語言

ReplicationSchemaBoundView 類別

定義

代表結構綁定的視圖,包含複製所需的資訊。

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
繼承
ReplicationSchemaBoundView
實作

備註

此命名空間、類別或成員僅在 .NET 框架 2.0 版本中被支援。

線程安全性

任何此類的公開靜態(SharedMicrosoft Visual Basic)成員對多執行緒操作都是安全的。 任何實例成員都不保證具有執行緒安全性。

建構函式

名稱 Description
ReplicationSchemaBoundView()

建立 ReplicationSchemaBoundView 類別的新實例。

屬性

名稱 Description
Encrypted

取得或設定所參考的結構綁定視圖是否以加密方式建立。

IsIndexed

取得或設定索引是否在被參考的結構綁定視圖上建立。

Name

取得或設定結構綁定視圖的名稱。

ObjectId

取得或設定物件 ID。

OwnerName

取得或設定結構綁定視圖的擁有者名稱。

UserData

取得或設定一個物件,讓使用者能將自己的資料附加到該物件上。

適用於