다음을 통해 공유


IDTSVariables100.Add(String, Boolean, String, Object) 메서드

정의

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSVariable100 ^ Add(System::String ^ bstrName, bool bReadOnly, System::String ^ bstrNamespace, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariable100 Add (string bstrName, bool bReadOnly, string bstrNamespace, object vValue);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * bool * string * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariable100
Public Function Add (bstrName As String, bReadOnly As Boolean, bstrNamespace As String, vValue As Object) As IDTSVariable100

매개 변수

bstrName
String
bReadOnly
Boolean
bstrNamespace
String
vValue
Object

반환

컬렉션에 추가된 IDTSVariable100 개체입니다.

특성

적용 대상