IViewOptions.IsSchemaBound Property
Gets the Boolean value that determines whether a schema is bound to the view. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("View_IsSchemaBoundName")> _
<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")> _
ReadOnly Property IsSchemaBound As Boolean
[DisplayNameKeyAttribute("View_IsSchemaBoundName")]
[DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")]
bool IsSchemaBound { get; }
[DisplayNameKeyAttribute(L"View_IsSchemaBoundName")]
[DisplayDescriptionKeyAttribute(L"View_IsSchemaBoundDesc")]
property bool IsSchemaBound {
bool get ();
}
/** @property */
boolean get_IsSchemaBound ()
function get IsSchemaBound () : boolean
Property Value
A Boolean value that determines whether a schema is bound to the view. If True, the view is schema-bound. Otherwise, False.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.