IDTSObject100.ID Propriedade

Definição

Obtém ou define o identificador de um IDTSObject100 objeto.

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

Valor da propriedade

Um valor inteiro que identifica de forma única o objeto.

Atributos

Comentários

Cada objeto criado pelo motor de fluxo de dados recebe um ID único. A ID propriedade é somente leitura.

Aplica-se a