다음을 통해 공유


ProjectVariablesWrapper.Remove 메서드

Removes a variable object from the ProjectVariablesWrapper instance.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub Remove ( _
    index As Object _
)
‘사용 방법
Dim instance As ProjectVariablesWrapper 
Dim index As Object

instance.Remove(index)
public void Remove(
    Object index
)
public:
virtual void Remove(
    Object^ index
) sealed
abstract Remove : 
        index:Object -> unit  
override Remove : 
        index:Object -> unit
public final function Remove(
    index : Object
)

매개 변수

  • index
    유형: System.Object
    The index object to remove from the collection.

구현

IDTSVariables100.Remove(Object)

참고 항목

참조

ProjectVariablesWrapper 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스