Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ProjectVariablesWrapper class using the specified project.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub New ( _
project As Project _
)
'Utilisation
Dim project As Project
Dim instance As New ProjectVariablesWrapper(project)
public ProjectVariablesWrapper(
Project project
)
public:
ProjectVariablesWrapper(
Project^ project
)
new :
project:Project -> ProjectVariablesWrapper
public function ProjectVariablesWrapper(
project : Project
)
Paramètres
- project
Type : Microsoft.SqlServer.Dts.Runtime.Project
The specified project.