Condividi tramite


Costruttore ProjectVariablesWrapper

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    project As Project _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ProjectVariablesWrapper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime