Метод TransArticle.ListReplicatedColumns
Returns the published columns in a table article.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Function ListReplicatedColumns As Array
'Применение
Dim instance As TransArticle
Dim returnValue As Array
returnValue = instance.ListReplicatedColumns()
public Array ListReplicatedColumns()
public:
Array^ ListReplicatedColumns()
member ListReplicatedColumns : unit -> Array
public function ListReplicatedColumns() : Array
Возвращаемое значение
Тип: System.Array
An array of String values.
Замечания
The ListReplicatedColumns method can only be called by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role on the publication database, or by a user in the publication access list (PAL).
Calling ListReplicatedColumns is equivalent to executing sp_helparticlecolumns.