Proprietà ID
Gets the ID value that uniquely identifies the policy category.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ID As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An Int32 value that specifies the category ID value.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche