Microsoft.ApplicationServer.PersistenceStoreConnectionAppFabric SQL Workflow Instance Store Connection

Microsoft.ApplicationServer.PersistenceStoreConnection (ClassType)

This class represents a connection between the Workflow Management Service and a SQL Workflow instance database.

Knowledge Base article:

Summary

This class represents a connection between the Workflow Management Service and a SQL Workflow instance database.

Element properties:

Base ClassMicrosoft.ApplicationServer.StoreConnection
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda0c8d77e-0191-1cb0-9562-aa7793bc6b76

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.ApplicationServer.StoreConnection:
ConnectionStringName  string  Connection String Name false 256  False 
Provider  string  Provider false 256  False 
ConnectionStringHash  string  Connection String Hash true 256  False 
Microsoft.ApplicationServer.PersistenceStoreConnection:
StoreName  string  Store Name true 256  False 
Location  string  Location true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationServer.PersistenceStoreConnection" Accessibility="Public" Abstract="false" Base="Microsoft.ApplicationServer.StoreConnection" Hosted="true" Singleton="false">
<Property ID="StoreName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Location" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>