Compartir a través de


RowGuidCol Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property RowGuidCol As Boolean
    Get
'Uso
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

Valor de la propiedad

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