Langage

IDTSConnections100.Add(String) Méthode

Définition

Ajoute le gestionnaire de connexion du type de connexion spécifié à la collection.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ Add(System::String ^ bstrConnectionType);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 Add(string bstrConnectionType);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Function Add (bstrConnectionType As String) As IDTSConnectionManager100

Paramètres

bstrConnectionType
String

Le type de connexion pour le gestionnaire de connexion.

Retours

Le gestionnaire de connexion ajouté à la collection.

Attributs

Remarques

Pour plus d’informations, consultez Connections.

S’applique à