ReplicationTable.HasBigIntIdentityColumn 属性

定义

获取一个值,该值指示表是否至少具有一个数据类型为 bigint 的标识列。

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

属性值

如果表具有 true 标识列,则为 bigint;如果表不具有 false 标识列,则为 bigint

注解

HasBigIntIdentityColumn该属性可由发布服务器上的 sysadmin 固定服务器角色的成员或发布数据库中db_owner固定数据库角色的成员检索。

适用于