PolicyStore.SqlStoreConnection プロパティ

SqlStoreConnection オブジェクトを取得または設定します。

名前空間:  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
SqlStoreConnection オブジェクトです。

関連項目

参照

PolicyStore クラス

Microsoft.SqlServer.Management.Dmf 名前空間