ProjectConnectionsCreatorClass.CreateConnections(IDTSProject100) 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.
Créer des connexions à un projet spécifié.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ CreateConnections(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ pProject) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProjectConnectionsCreator100::CreateConnections;
[System.Runtime.InteropServices.DispId(1)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 CreateConnections (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 pProject);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member CreateConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
override this.CreateConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Overridable Function CreateConnections (pProject As IDTSProject100) As IDTSConnections100
Paramètres
- pProject
- IDTSProject100
Projet spécifié.
Retours
Connexion IDTSConnections100.
Implémente
- Attributs