Utility.SqlStoreConnection 속성

Gets or sets the SQL Store connection

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcIgnoreAttribute> _
Public Property SqlStoreConnection As SqlStoreConnection 
    Get 
    Set
‘사용 방법
Dim instance As Utility 
Dim value As SqlStoreConnection 

value = instance.SqlStoreConnection

instance.SqlStoreConnection = value
[SfcIgnoreAttribute]
public SqlStoreConnection SqlStoreConnection { get; set; }
[SfcIgnoreAttribute]
public:
property SqlStoreConnection^ SqlStoreConnection {
    SqlStoreConnection^ get ();
    void set (SqlStoreConnection^ value);
}
[<SfcIgnoreAttribute>]
member SqlStoreConnection : SqlStoreConnection with get, set
function get SqlStoreConnection () : SqlStoreConnection 
function set SqlStoreConnection (value : SqlStoreConnection)

속성 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
A SqlStoreConnection value that contains the SQL Store connection information.

주의

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

참고 항목

참조

Utility 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스