Metoda IDTSVariables100.Add
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat Variables.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Function Add ( _
bstrName As String, _
bReadOnly As Boolean, _
bstrNamespace As String, _
vValue As Object _
) As IDTSVariable100
'Użycie
Dim instance As IDTSVariables100
Dim bstrName As String
Dim bReadOnly As Boolean
Dim bstrNamespace As String
Dim vValue As Object
Dim returnValue As IDTSVariable100
returnValue = instance.Add(bstrName, bReadOnly, _
bstrNamespace, vValue)
IDTSVariable100 Add(
string bstrName,
bool bReadOnly,
string bstrNamespace,
Object vValue
)
IDTSVariable100^ Add(
[InAttribute] String^ bstrName,
[InAttribute] bool bReadOnly,
[InAttribute] String^ bstrNamespace,
[InAttribute] Object^ vValue
)
abstract Add :
bstrName:string *
bReadOnly:bool *
bstrNamespace:string *
vValue:Object -> IDTSVariable100
function Add(
bstrName : String,
bReadOnly : boolean,
bstrNamespace : String,
vValue : Object
) : IDTSVariable100
Parametry
- bstrName
Typ: System.String
- bReadOnly
Typ: System.Boolean
- bstrNamespace
Typ: System.String
- vValue
Typ: System.Object
Wartość zwracana
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Zobacz także