語言

ReplicationTable.HasIdentityNotForReplicationColumn 屬性

定義

會取得一個值,表示該資料表是否有帶有 NOT FOR REPLICATION 選項的身份欄位。

public:
 property bool HasIdentityNotForReplicationColumn { bool get(); };
public bool HasIdentityNotForReplicationColumn { get; }
member this.HasIdentityNotForReplicationColumn : bool
Public ReadOnly Property HasIdentityNotForReplicationColumn As Boolean

屬性值

true 如果資料表的身份欄位為 NOT FOR REPLICATION 選項; false 如果資料表中沒有 NOT FOR REPLICATION 選項的身份欄位。

備註

HasIdentityNotForReplicationColumn該屬性可由系統管理員固定伺服器角色的成員在Publisher取得,或由db_owner固定資料庫角色的成員在發佈資料庫中取得。

適用於