Condividi tramite


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
<SfcPropertyAttribute(Data := True, Required := False)> _
Public ReadOnly Property ID As Integer
    Get
'Utilizzo
Dim instance As PolicyCategory
Dim value As Integer

value = instance.ID
[SfcPropertyAttribute(Data = true, Required = false)]
public int ID { get; }
[SfcPropertyAttribute(Data = true, Required = false)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(Data = true, Required = false)>]
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.