Поделиться через


IDTSRuntimeConnection90.ConnectionManagerID Property

Gets or sets the ID of the ConnectionManager object contained in the package and used by the component.

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
<DispIdAttribute(101)> _
Property ConnectionManagerID As String
[DispIdAttribute(101)] 
string ConnectionManagerID { get; set; }
[DispIdAttribute(101)] 
property String^ ConnectionManagerID {
    String^ get ();
    void set ([InAttribute] String^ pbstrConnectionManagerID);
}
/** @property */
/** @attribute DispIdAttribute(101) */ 
String get_ConnectionManagerID ()

/** @property */
/** @attribute DispIdAttribute(101) */ 
void set_ConnectionManagerID (/** @attribute InAttribute() */ String pbstrConnectionManagerID)
DispIdAttribute(101) 
function get ConnectionManagerID () : String

DispIdAttribute(101) 
function set ConnectionManagerID (pbstrConnectionManagerID : String)

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

The ID of the ConnectionManager object.

Замечания

The ConnectionManagerID property is used to store the ID of the ConnectionManager in the package referenced by the runtime connection. The ID is used to locate the connection in the Connections collection of the Package. A reference to the connection is stored in the ConnectionManager property of the runtime connection.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

IDTSRuntimeConnection90 Interface
IDTSRuntimeConnection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace