Свойство RowGuidCol

Gets a value that indicates whether the column is automatically updated with a unique GUID value.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property RowGuidCol As Boolean
    Get
'Применение
Dim instance As IColumn
Dim value As Boolean

value = instance.RowGuidCol
bool RowGuidCol { get; }
property bool RowGuidCol {
    bool get ();
}
abstract RowGuidCol : bool
function get RowGuidCol () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if the column is automatically updated with a unique GUID value; otherwise, false.