PkgVariable Constructor
Initializes a new instance of PkgVariable.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly : Microsoft.SqlServer.Exec80PackageTask (in microsoft.sqlserver.exec80packagetask.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- 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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
PkgVariable Class
PkgVariable Members
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace