Udostępnij za pośrednictwem


Właściwość WorkloadGroup.ID

Pobiera identyfikator grupa obciążenia.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer
    Get
'Użycie
Dim instance As WorkloadGroup
Dim value As Integer

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int

Wartość właściwości

Typ: System.Int32
Int32 Wartość, która określa unikatowy identyfikator WorkloadGroup obiektu.