Propriété IDTSRuntimeConnection100.ConnectionManagerID

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property ConnectionManagerID As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSRuntimeConnection100 
Dim value As String 

value = instance.ConnectionManagerID

instance.ConnectionManagerID = value
string ConnectionManagerID { get; set; }
property String^ ConnectionManagerID {
    String^ get ();
    void set (String^ value);
}
abstract ConnectionManagerID : string with get, set
function get ConnectionManagerID () : String 
function set ConnectionManagerID (value : String)

Valeur de propriété

Type : System.String
The ID of the ConnectionManager object.

Notes

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.

Voir aussi

Référence

IDTSRuntimeConnection100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper