Compartir a través de


Utility.PolicyStore Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public ReadOnly Property PolicyStore As PolicyStore 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

Utility Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility