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.