Utility.PolicyStore Property

Definition

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

public:
 property Microsoft::SqlServer::Management::Dmf::PolicyStore ^ PolicyStore { Microsoft::SqlServer::Management::Dmf::PolicyStore ^ get(); };
public Microsoft.SqlServer.Management.Dmf.PolicyStore PolicyStore { get; }
member this.PolicyStore : Microsoft.SqlServer.Management.Dmf.PolicyStore
Public ReadOnly Property PolicyStore As PolicyStore

Property Value

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

Remarks

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

Applies to