Share via


ISqlView.IsColumnExplicitlyDefined Property

Gets or sets whether the column is explicitly defined.

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

Syntax

'Declaration
Property IsColumnExplicitlyDefined As Boolean
    Get
    Set
'Usage
Dim instance As ISqlView
Dim value As Boolean

value = instance.IsColumnExplicitlyDefined

instance.IsColumnExplicitlyDefined = value
bool IsColumnExplicitlyDefined { get; set; }
property bool IsColumnExplicitlyDefined {
    bool get ();
    void set (bool value);
}
function get IsColumnExplicitlyDefined () : boolean
function set IsColumnExplicitlyDefined (value : boolean)
abstract IsColumnExplicitlyDefined : bool with get, set

Property Value

Type: System.Boolean
Returns True if the column is explicitly defined; otherwise, False.

.NET Framework Security

See Also

Reference

ISqlView Interface

ISqlView Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace