IDTSRuntimeConnection100.ConnectionManagerID Свойство

Определение

public:
 property System::String ^ ConnectionManagerID { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public string ConnectionManagerID { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.ConnectionManagerID : string with get, set
Public Property ConnectionManagerID As String

Значение свойства

Идентификация ConnectionManager объекта.

Атрибуты

Комментарии

Свойство ConnectionManagerID используется для хранения идентификатора ConnectionManager ConnectionManagerID в пакете, на который ссылается соединение во время выполнения. ID используется для поиска соединения в коллекции Connections пакета. Ссылка на соединение хранится в ConnectionManager свойстве соединения во время выполнения.

Применяется к