SyncDataColumnCollection.RemoveAt 方法
從集合中指定的索引上移除資料行名稱。
命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 microsoft.synchronization.data.server.dll)
語法
'宣告
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 命名空間