ProjectVariablesWrapper(Project) Constructeur
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.
Initialise une nouvelle instance de la classe ProjectVariablesWrapper à l'aide de l'objet spécifié.
public:
ProjectVariablesWrapper(Microsoft::SqlServer::Dts::Runtime::Project ^ project);
public ProjectVariablesWrapper (Microsoft.SqlServer.Dts.Runtime.Project project);
new Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper : Microsoft.SqlServer.Dts.Runtime.Project -> Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper
Public Sub New (project As Project)
Paramètres
- project
- Project
Projet spécifié.