IDTSConnections100.Add(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.