Partilhar via


Propriedade do RDL RowGuidCol

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 (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property RowGuidCol As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IColumn. . :: . .RowGuidCol