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.