SyncDataColumnCollection.RemoveAt 메서드
컬렉션의 지정한 인덱스에서 열 이름을 제거합니다.
네임스페이스: Microsoft.Synchronization.Data.Server
어셈블리: microsoft.synchronization.data.server.dll의 Microsoft.Synchronization.Data.Server
구문
‘선언
Public Sub RemoveAt ( _
index As Integer _
)
‘사용 방법
Dim instance As SyncDataColumnCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt (
int index
)
public:
void RemoveAt (
int index
)
public void RemoveAt (
int index
)
public function RemoveAt (
index : int
)
매개 변수
- index
SyncDataColumnCollection에서 제거할 열 이름의 위치입니다.
참고 항목
참조
SyncDataColumnCollection 클래스
SyncDataColumnCollection 멤버
Microsoft.Synchronization.Data.Server 네임스페이스