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의 이름(대/소문자를 구분함)입니다.

적용 대상