Метод 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