ReplicationColumn.IsRowGuidColumn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.