Propriedade do RDL RowGuidCol
Gets 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
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 da propriedade
Tipo: System. . :: . .Boolean
true if the column is automatically updated with a unique GUID value; otherwise, false.
Consulte também