Microsoft.ApplicationServer.StoreConnectionAppFabric SQL Database Connection

Microsoft.ApplicationServer.StoreConnection (ClassType)

All AppFabric SQL database connections extend this base class.

Knowledge Base article:

Summary

All AppFabric SQL database connections extend this base class.

Element properties:

Base ClassSystem.LocalApplication
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId22b2c77e-d3c7-603f-1011-d840ad472713

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 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationServer.StoreConnection" Accessibility="Public" Abstract="true" Base="System!System.LocalApplication" Hosted="false" Singleton="false">
<Property ID="ConnectionStringName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Provider" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConnectionStringHash" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>