Construtor ProjectVariablesWrapper
Initializes a new instance of the ProjectVariablesWrapper class using the specified project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub New ( _
project As Project _
)
'Uso
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
)
Parâmetros
- project
Tipo: Microsoft.SqlServer.Dts.Runtime.Project
The specified project.