Condividi tramite


Proprietà ID

Gets the ID value that uniquely identifies the subscription.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True, Required := False)> _
<SfcKeyAttribute()> _
Public ReadOnly Property ID As Integer
    Get
'Utilizzo
Dim instance As PolicyCategorySubscription
Dim value As Integer

value = instance.ID
[SfcPropertyAttribute(Data = true, Required = false)]
[SfcKeyAttribute()]
public int ID { get; }
[SfcPropertyAttribute(Data = true, Required = false)]
[SfcKeyAttribute()]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(Data = true, Required = false)>]
[<SfcKeyAttribute()>]
member ID : int
function get ID () : int

Valore proprietà

Tipo: System. . :: . .Int32
An Int32 value that specifies the ID value that uniquely identifies the category.

Osservazioni

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