IMutableColumn.RowGuidCol Property
Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Property RowGuidCol As Boolean
Get
Set
'Usage
Dim instance As IMutableColumn
Dim value As Boolean
value = instance.RowGuidCol
instance.RowGuidCol = value
bool RowGuidCol { get; set; }
property bool RowGuidCol {
bool get ();
void set (bool value);
}
abstract RowGuidCol : bool with get, set
function get RowGuidCol () : boolean
function set RowGuidCol (value : boolean)
Property Value
Type: System.Boolean
true if the column is automatically updated with a unique GUID value; otherwise, false.