ReplicationTable.EnumReplicationColumns Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the columns from the table that can be replicated.
public:
System::Collections::ArrayList ^ EnumReplicationColumns();
public System.Collections.ArrayList EnumReplicationColumns ();
member this.EnumReplicationColumns : unit -> System.Collections.ArrayList
Public Function EnumReplicationColumns () As ArrayList
Returns
An ArrayList of replication column.
Remarks
The EnumReplicationColumns method can be called by any user with SELECT permissions on the table object.