ID-Eigenschaft
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
Eigenschaftswert
Typ: System. . :: . .Int32
An Int32 value that specifies the category ID value.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.