ReplicationColumn.IsIdentity Property

Definition

Gets or sets whether this column is an identity column or not.

public:
 property bool IsIdentity { bool get(); void set(bool value); };
public bool IsIdentity { get; set; }
member this.IsIdentity : bool with get, set
Public Property IsIdentity As Boolean

Property Value

A Boolean value. If true, the referenced column is an identity column. If false, the referenced column is not an identity column.

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to