Share via


Clase ReplicationSchemaBoundView

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..ReplicationSchemaBoundView

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class ReplicationSchemaBoundView _
    Implements IReplicationDBObject
'Uso
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

El tipo ReplicationSchemaBoundView expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReplicationSchemaBoundView Creates a new instance of the ReplicationSchemaBoundView class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Encrypted Gets or sets whether the referenced schema-bound view was created with encryption or not.
Propiedad pública IsIndexed Gets or sets whether an index was created on the referenced schema-bound view or not.
Propiedad pública Name Gets or sets the name of the schema-bound view.
Propiedad pública ObjectId
Propiedad pública OwnerName Gets or sets the name of the owner of the schema-bound view.
Propiedad pública UserData Gets or sets an object that allows users to attach their own data to this object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.