Share via


ISqlSimpleColumn.IsRowGuidColumn Property

Gets or sets a value that indicates whether the column is a rowguid column.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsRowGuidColumn As Boolean
bool IsRowGuidColumn { get; set; }
property bool IsRowGuidColumn {
    bool get ();
    void set (bool value);
}
abstract IsRowGuidColumn : bool with get, set
function get IsRowGuidColumn () : boolean
function set IsRowGuidColumn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSimpleColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace