Sdílet prostřednictvím


PolicyCategoryInformation.ID Property

Gets the ID value that uniquely identifies the policy category.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property ID As Integer
    Get
'Usage
Dim instance As PolicyCategoryInformation
Dim value As Integer

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

Property Value

Type: System.Int32
An Int32 value that specifies the category ID value.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.