Utility.PolicyStore 属性

Gets the PolicyStore object that defines the policies of the SQL Store connection.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
Public ReadOnly Property PolicyStore As PolicyStore 
    Get
用法
Dim instance As Utility 
Dim value As PolicyStore 

value = instance.PolicyStore
public PolicyStore PolicyStore { get; }
public:
property PolicyStore^ PolicyStore {
    PolicyStore^ get ();
}
member PolicyStore : PolicyStore
function get PolicyStore () : PolicyStore

属性值

类型:Microsoft.SqlServer.Management.Dmf.PolicyStore
A PolicyStore object that defines the policies of the SQL Store connection.

注释

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

请参阅

参考

Utility 类

Microsoft.SqlServer.Management.Utility 命名空间