ForEachVariableMappings.Remove メソッド
ForEachVariableMapping オブジェクトを ForEachVariableMappings コレクションから削除します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Sub Remove ( _
index As Object _
)
'使用
Dim instance As ForEachVariableMappings
Dim index As Object
instance.Remove(index)
public void Remove(
Object index
)
public:
void Remove(
Object^ index
)
member Remove :
index:Object -> unit
public function Remove(
index : Object
)
パラメーター
- index
型: System.Object
削除する ForEachVariableMapping オブジェクトの名前、インデックス、または ID です。