Add 메서드
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
For more information, see Variables.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap.dll의 Microsoft.SqlServer.DTSRuntimeWrap
구문
‘선언
Function Add ( _
bstrName As String, _
bReadOnly As Boolean, _
bstrNamespace As String, _
vValue As Object _
) As IDTSVariable100
‘사용 방법
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
매개 변수
- bstrName
형식: System. . :: . .String
- bReadOnly
형식: System. . :: . .Boolean
- bstrNamespace
형식: System. . :: . .String
- vValue
형식: System. . :: . .Object