Метод ReplicationTable.EnumReplicationColumns

Returns the columns from the table that can be replicated.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Function EnumReplicationColumns As ArrayList
'Применение
Dim instance As ReplicationTable 
Dim returnValue As ArrayList 

returnValue = instance.EnumReplicationColumns()
public ArrayList EnumReplicationColumns()
public:
ArrayList^ EnumReplicationColumns()
member EnumReplicationColumns : unit -> ArrayList
public function EnumReplicationColumns() : ArrayList

Возвращаемое значение

Тип: System.Collections.ArrayList
An ArrayList of replication column.

Замечания

The EnumReplicationColumns method can be called by any user with SELECT permissions on the table object.

См. также

Справочник

ReplicationTable Класс

Пространство имен Microsoft.SqlServer.Replication