ReplicationSchemaBoundView Class

Definition

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

public ref class ReplicationSchemaBoundView sealed : Microsoft::SqlServer::Replication::IReplicationDBObject
public sealed class ReplicationSchemaBoundView : Microsoft.SqlServer.Replication.IReplicationDBObject
type ReplicationSchemaBoundView = class
    interface IReplicationDBObject
Public NotInheritable Class ReplicationSchemaBoundView
Implements IReplicationDBObject
Inheritance
ReplicationSchemaBoundView
Implements

Remarks

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.

Constructors

ReplicationSchemaBoundView()

Creates a new instance of the ReplicationSchemaBoundView class.

Properties

Encrypted

Gets or sets whether the referenced schema-bound view was created with encryption or not.

IsIndexed

Gets or sets whether an index was created on the referenced schema-bound view or not.

Name

Gets or sets the name of the schema-bound view.

ObjectId

Gets or sets the object ID.

OwnerName

Gets or sets the name of the owner of the schema-bound view.

UserData

Gets or sets an object that allows users to attach their own data to this object.

Applies to