Метод 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)