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)

プロパティ値

型: SqlStoreConnection