IDTSObject100.ID Proprietà

Definizione

Ottiene o imposta l'identificatore di un oggetto IDTSObject100.

public:
 property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer

Valore della proprietà

Valore intero che identifica in modo univoco l'oggetto.

Attributi

Commenti

A ogni oggetto creato dal motore del flusso di dati viene assegnato un ID univoco. La proprietà ID è di sola lettura.

Si applica a