Compartir a través de


ProjectVariablesWrapper Constructor

Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

ProjectVariablesWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime