Linguaggio

IDTSCustomProperty100.ID Proprietà

Definizione

Ottiene o imposta l'identificatore di un IDTSCustomProperty100 oggetto.

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à

L'identificatore univoco dell'oggetto IDTSCustomProperty100 .

Implementazioni

ID
Attributi

Commenti

La ID proprietà viene impostata dal motore di flusso dati quando viene creato .IDTSCustomProperty100 Appare scrivibile perché il motore di flusso dati scrive sulla proprietà durante la creazione e la deserializzazione di un pacchetto, ma la proprietà è di sola lettura.

Si applica a