Condividi tramite


Classe ReplicationSchemaBoundView

Represents a schema-bound view and contains information needed by replication.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.ReplicationSchemaBoundView

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

Sintassi

'Dichiarazione
Public NotInheritable Class ReplicationSchemaBoundView _
    Implements IReplicationDBObject
'Utilizzo
Dim instance As ReplicationSchemaBoundView
public sealed class ReplicationSchemaBoundView : IReplicationDBObject
public ref class ReplicationSchemaBoundView sealed : IReplicationDBObject
[<SealedAttribute>]
type ReplicationSchemaBoundView =  
    class 
        interface IReplicationDBObject 
    end
public final class ReplicationSchemaBoundView implements IReplicationDBObject

Nel tipo ReplicationSchemaBoundView sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Encrypted Gets or sets whether the referenced schema-bound view was created with encryption or not.
Proprietà pubblica IsIndexed Gets or sets whether an index was created on the referenced schema-bound view or not.
Proprietà pubblica Name Gets or sets the name of the schema-bound view.
Proprietà pubblica ObjectId
Proprietà pubblica OwnerName Gets or sets the name of the owner of the schema-bound view.
Proprietà pubblica UserData Gets or sets an object that allows users to attach their own data to 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

This namespace, class, or member is supported only in version 2.0 of the .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

Altre risorse

Pubblicazione di dati e oggetti di database

Viste