ReplicationTable.HasBigIntColumn 属性

定义

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

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

属性值

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

注解

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

适用于