Partager via


Constructeur ProjectVariablesWrapper

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

Voir aussi

Référence

ProjectVariablesWrapper Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime