ReplicationTable.HasTimestampColumn Property

Definition

Gets a value that indicates whether or not the table has a timestamp type column.

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

Property Value

true if the table has at least one timestamp column; false if the table does not have a timestamp column.

Remarks

The <xref:Microsoft.SqlServer.Replication.ReplicationTable.HasTimeStampColumn%2A> property can be retrieved by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Applies to