नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Initializes a new instance of PkgVariable.
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in microsoft.sqlserver.exec80packagetask.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
datatype As String, _
val As Object _
)
public PkgVariable (
string name,
string datatype,
Object val
)
public:
PkgVariable (
String^ name,
String^ datatype,
Object^ val
)
public PkgVariable (
String name,
String datatype,
Object val
)
public function PkgVariable (
name : String,
datatype : String,
val : Object
)
Parameters
- name
The name of the inner or outer variable.
- datatype
The data type of the inner or outer variable.
- val
The value of the inner or outer variable.
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
PkgVariable Class
PkgVariable Members
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace