ITableMappingCollection.RemoveAt(String) メソッド

定義

指定した SourceTable 名を持つ ITableMapping オブジェクトをコレクションから削除します。

public:
 void RemoveAt(System::String ^ sourceTableName);
public void RemoveAt (string sourceTableName);
abstract member RemoveAt : string -> unit
Public Sub RemoveAt (sourceTableName As String)

パラメーター

sourceTableName
String

SourceTable の、大文字と小文字が区別される名前。

適用対象