Свойство RowGuidCol

Gets or sets 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)

Синтаксис

'Декларация
Property RowGuidCol As Boolean
    Get
    Set
'Применение
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)

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

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

Реализует

IColumn. . :: . .RowGuidCol