ReplicationSchemaBoundView Class
SQL Server 2012
Represents a schema-bound view and contains information needed by replication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
The ReplicationSchemaBoundView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ReplicationSchemaBoundView | Creates a new instance of the ReplicationSchemaBoundView class. |
| Name | Description | |
|---|---|---|
![]() | 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 | |
![]() | 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. |
