Share via


IMutableView.IsSchemaBound Property

Gets or sets a value that indicates whether a schema is bound to the view.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property IsSchemaBound As Boolean
    Get
    Set
'Usage
Dim instance As IMutableView
Dim value As Boolean

value = instance.IsSchemaBound

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

Property Value

Type: System.Boolean
true if a schema is bound to the view; otherwise, false.

Implements

IView.IsSchemaBound