从集合中删除指定索引处的列名称。
命名空间: 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 命名空间