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)