다음을 통해 공유


PolicyStore.SqlStoreConnection 속성

Gets or sets the SqlStoreConnection object.

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

구문

‘선언
<SfcIgnoreAttribute> _
Public Property SqlStoreConnection As SqlStoreConnection 
    Get 
    Set
‘사용 방법
Dim instance As PolicyStore 
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
tThe SqlStoreConnection object.

참고 항목

참조

PolicyStore 클래스

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