Proprietà RowGuidCol
Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Property RowGuidCol As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
true if the column is automatically updated with a unique GUID value; otherwise, false.