Utility.SqlStoreConnection Property

Definition

Gets or sets the SQL Store connection

public:
 property Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ SqlStoreConnection { Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ get(); void set(Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnore]
public Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection SqlStoreConnection { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnore>]
member this.SqlStoreConnection : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection with get, set
Public Property SqlStoreConnection As SqlStoreConnection

Property Value

A SqlStoreConnection value that contains the SQL Store connection information.

Attributes

Remarks

The SQL Store connection is used to retrieve information on the UCP.

Applies to