Поделиться через


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

Замечания

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

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.