Column.RowGuidCol Property

Gets or sets whether the specified object is a row GUID column.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property RowGuidCol As Boolean
    Get
    Friend Set
'Usage
Dim instance As Column
Dim value As Boolean

value = instance.RowGuidCol
public bool RowGuidCol { get; internal set; }
public:
property bool RowGuidCol {
    bool get ();
    internal: void set (bool value);
}
member RowGuidCol : bool with get, internal set
function get RowGuidCol () : boolean
internal function set RowGuidCol (value : boolean)

Property Value

Type: System.Boolean
true if the object is a row GUID column; otherwise, false.

See Also

Reference

Column Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace