Udostępnij za pośrednictwem


Metoda ReplicationServer.EnumHeterogeneousColumns

Zwraca kolumny w tabela nie-SQL Server Wydawca.

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)

Składnia

'Deklaracja
Public Function EnumHeterogeneousColumns ( _
    publisherName As String, _
    tableName As String, _
    ownerName As String _
) As ArrayList
'Użycie
Dim instance As ReplicationServer
Dim publisherName As String
Dim tableName As String
Dim ownerName As String
Dim returnValue As ArrayList

returnValue = instance.EnumHeterogeneousColumns(publisherName, _
    tableName, ownerName)
public ArrayList EnumHeterogeneousColumns(
    string publisherName,
    string tableName,
    string ownerName
)
public:
ArrayList^ EnumHeterogeneousColumns(
    String^ publisherName, 
    String^ tableName, 
    String^ ownerName
)
member EnumHeterogeneousColumns : 
        publisherName:string * 
        tableName:string * 
        ownerName:string -> ArrayList 
public function EnumHeterogeneousColumns(
    publisherName : String, 
    tableName : String, 
    ownerName : String
) : ArrayList

Parametry

  • publisherName
    Typ: System.String
    Ciąg określający bez-SQL Server Wydawca.
  • tableName
    Typ: System.String
    Wartość ciąg Określa tabela, do której należą kolumn.
  • ownerName
    Typ: System.String
    Wartość ciąg Określa właściciela tabela.

Wartość zwracana

Typ: System.Collections.ArrayList
A ArrayList zawierający tablicę HeterogeneousColumn obiektów.

Wyjątki

Wyjątek Warunek
ApplicationException

Gdy wystąpienie SQL Server jest nie dystrybutora lub działa w wersja SQL Server starsze niż SQL Server 2005.

ArgumentException

Jeśli jeden z parametrów jest null, zawiera puste znaki lub przekracza 128 bajtów.

Uwagi

EnumHeterogeneousColumns Metoda jest używana po podłączeniu do dystrybutora do nie-SQL ServerWydawca.

EnumHeterogeneousColumns Metoda jest używana przy wyborze kolumny, aby opublikować artykuł w nie-SQL Server publikacja.

EnumHeterogeneousColumns Metoda może być wywoływana tylko przez członków sysadmin stałej serwera dystrybutora.

Metoda ta jest dostępna tylko z wystąpienia SQL Server 2005.

Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0.NET Framework.