共用方式為


IsSchemaBound 屬性

Gets the Boolean value that determines whether a schema is bound to the view.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayNameKeyAttribute("View_IsSchemaBoundName")> _
<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")> _
ReadOnly Property IsSchemaBound As Boolean
    Get
'用途
Dim instance As IViewOptions
Dim value As Boolean

value = instance.IsSchemaBound
[DisplayNameKeyAttribute("View_IsSchemaBoundName")]
[DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")]
bool IsSchemaBound { get; }
[DisplayNameKeyAttribute(L"View_IsSchemaBoundName")]
[DisplayDescriptionKeyAttribute(L"View_IsSchemaBoundDesc")]
property bool IsSchemaBound {
    bool get ();
}
[<DisplayNameKeyAttribute("View_IsSchemaBoundName")>]
[<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")>]
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean

屬性值

型別:System. . :: . .Boolean
A Boolean value that determines whether a schema is bound to the view.
If True, the view is schema-bound. Otherwise, False.