नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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