Свойство 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.