Condividi tramite


Proprietà CollectionItem.Id

Gets the collection item Id.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property Id As Integer 
    Get 
    Private Set
'Utilizzo
Dim instance As CollectionItem 
Dim value As Integer 

value = instance.Id
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int Id { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int Id {
    int get ();
    private: void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Id : int with get, private set
function get Id () : int 
private function set Id (value : int)

Valore proprietà

Tipo: System.Int32
Returns a Int32 value which is the local ID for the collection item.

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vedere anche

Riferimento

CollectionItem Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector