ITableMappingCollection.RemoveAt(String) 方法

定義

從集合中移除 ITableMapping 指定 SourceTable 名稱的物件。

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

適用於