EnumHeterogeneousColumns 메서드
Returns column information for a table article published by a non-SQL Server Publisher.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Function EnumHeterogeneousColumns As ArrayList
‘사용 방법
Dim instance As TransArticle
Dim returnValue As ArrayList
returnValue = instance.EnumHeterogeneousColumns()
public ArrayList EnumHeterogeneousColumns()
public:
ArrayList^ EnumHeterogeneousColumns()
member EnumHeterogeneousColumns : unit -> ArrayList
public function EnumHeterogeneousColumns() : ArrayList
반환 값
유형: System.Collections. . :: . .ArrayList
An ArrayList of HeterogeneousColumn objects.
주의
The EnumHeterogeneousColumns method is only supported for non-SQL Server Publishers.
The EnumHeterogeneousColumns method can only be called by members of the sysadmin fixed server role at the Distributor for the non-SQL Server Publisher.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.