共用方式為


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 命名空間