IDTSObject100.ID Propriedade

Definição

Obtém ou define o identificador de um objeto 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

Valor da propriedade

Um valor inteiro que identifica exclusivamente o objeto.

Atributos

Comentários

Cada objeto criado pelo mecanismo de fluxo de dados recebe uma ID exclusiva. A propriedade ID é somente leitura.

Aplica-se a