Condividi tramite


Classe HeterogeneousTable

Represents a table on a non-Microsoft SQL Server Publisher.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.HeterogeneousTable

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class HeterogeneousTable
'Utilizzo
Dim instance As HeterogeneousTable
public sealed class HeterogeneousTable
public ref class HeterogeneousTable sealed
[<SealedAttribute>]
type HeterogeneousTable =  class end
public final class HeterogeneousTable

Nel tipo HeterogeneousTable sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico HeterogeneousTable Creates a new instance of the HeterogeneousTable class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica HasExplicitSelectGrant Gets or sets whether the administrator of the non-Microsoft SQL Server Publisher was explicitly granted SELECT permissions on the table.
Proprietà pubblica HasPrimaryKey Gets or sets whether the table has a primary key.
Proprietà pubblica HasUniqueConstraintNullable Gets or sets whether the unique constraint allows null values.
Proprietà pubblica IsPublished Gets or sets whether the table is currently being published by Microsoft SQL Server replication.
Proprietà pubblica IsTransPublished Gets or sets whether the table is published in a transactional publication.
Proprietà pubblica Name Gets or sets the name of the table object at the non-Microsoft SQL Server Publisher.
Proprietà pubblica Owner Gets or sets the owner of the table at the non-Microsoft SQL Server Publisher.
Proprietà pubblica UserData Gets or sets custom user data for this object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

The HeterogeneousTable structure is used to return data on a table at a non-SQL Server Publisher. The data is used in SQL Server Management Studio to enable users to select tables to publish from an Oracle Publisher.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication

ReplicationServer

Altre risorse

Replica di database eterogenei