Condividi tramite


Proprietà ID

Gets the name of the PolicyCategorySubscription key.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Property ID As Integer
    Get
    Set
'Utilizzo
Dim instance As PolicyCategorySubscription..::..Key
Dim value As Integer

value = instance.ID

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

Valore proprietà

Tipo: System. . :: . .Int32
A Int32 value that specifies the ID of the key value.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.