Свойство PolicyCategoryInformation.PolicyId

Gets an integer value that contains the policy Id.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property PolicyId As Integer 
    Get
'Применение
Dim instance As PolicyCategoryInformation 
Dim value As Integer 

value = instance.PolicyId
public int PolicyId { get; }
public:
property int PolicyId {
    int get ();
}
member PolicyId : int
function get PolicyId () : int

Значение свойства

Тип: System.Int32
An integer value that contains the policy Id.

См. также

Справочник

PolicyCategoryInformation Класс

Пространство имен Microsoft.SqlServer.Management.Dmf