Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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