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.