Конструктор PkgVariable
Initializes a new instance of PkgVariable.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Сборка: Microsoft.SqlServer.Exec80PackageTask (в Microsoft.SqlServer.Exec80PackageTask.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String, _
datatype As String, _
val As Object _
)
'Применение
Dim name As String
Dim datatype As String
Dim val As Object
Dim instance As New PkgVariable(name, datatype, _
val)
public PkgVariable(
string name,
string datatype,
Object val
)
public:
PkgVariable(
String^ name,
String^ datatype,
Object^ val
)
new :
name:string *
datatype:string *
val:Object -> PkgVariable
public function PkgVariable(
name : String,
datatype : String,
val : Object
)
Параметры
- name
Тип System. . :: . .String
The name of the inner or outer variable.
- datatype
Тип System. . :: . .String
The data type of the inner or outer variable.
- val
Тип System. . :: . .Object
The value of the inner or outer variable.