ReplicationColumn.IsRowGuidColumn Property

Definition

Gets or sets whether the column is used as the globally unique identifier (GUID) for rows in a table or not.

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

Property Value

A Boolean value. If true, the referenced column is used as a GUID identifier. If false, the referenced column is not used as a GUID identifier.

Remarks

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

Applies to