Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns the columns in a table on a non-SQL Server Publisher.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Синтаксис
'Декларация
Public Function EnumHeterogeneousColumns ( _
publisherName As String, _
tableName As String, _
ownerName As String _
) As ArrayList
public ArrayList EnumHeterogeneousColumns (
string publisherName,
string tableName,
string ownerName
)
public:
ArrayList^ EnumHeterogeneousColumns (
String^ publisherName,
String^ tableName,
String^ ownerName
)
public ArrayList EnumHeterogeneousColumns (
String publisherName,
String tableName,
String ownerName
)
public function EnumHeterogeneousColumns (
publisherName : String,
tableName : String,
ownerName : String
) : ArrayList
Параметры
- publisherName
A string value that specifies the non-SQL Server Publisher.
- tableName
A string value that specifies the table to which the columns belong.
- ownerName
A string value that specifies the owner of the table.
Возвращаемое значение
A ArrayList containing an array of HeterogeneousColumn objects.
Исключения
| Тип исключения | Условие |
|---|---|
| ApplicationException | When the instance of SQL Server is not a Distributor or is running on a version of SQL Server earlier than SQL Server 2005. |
| ArgumentException | If one of the parameters is null, contains null characters, or exceeds 128 bytes. |
Замечания
The EnumHeterogeneousColumns method is used when connected to a Distributor for a non-SQL Server Publisher.
The EnumHeterogeneousColumns method is used when choosing columns to publish in an article in a non-SQL Server publication.
The EnumHeterogeneousColumns method can only be called by members of the sysadmin fixed server at the Distributor.
This method is only available with instances of SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ReplicationServer Class
ReplicationServer Members
Microsoft.SqlServer.Replication Namespace