Propriété PolicyCategoryInformation.ID
Gets the ID.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ID As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
The Policy Category ID.