Freigeben über


ProjectVariablesWrapper-Konstruktor

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

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

Parameter

Siehe auch

Verweis

ProjectVariablesWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace