PkgVariableEnumerator Constructor
Initializes a new instance of PkgVariableEnumerator.
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in microsoft.sqlserver.exec80packagetask.dll)
Syntax
'Declaration
Public Sub New ( _
collection As VariablesCollection _
)
public PkgVariableEnumerator (
VariablesCollection collection
)
public:
PkgVariableEnumerator (
VariablesCollection^ collection
)
public PkgVariableEnumerator (
VariablesCollection collection
)
public function PkgVariableEnumerator (
collection : VariablesCollection
)
Parameters
- collection
The VariablesCollection to be iterated.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
PkgVariableEnumerator Class
PkgVariableEnumerator Members
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace