共用方式為


IViewOptions.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 中)

語法

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

value = instance.IsSchemaBound
[DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")]
[DisplayNameKeyAttribute("View_IsSchemaBoundName")]
bool IsSchemaBound { get; }
[DisplayDescriptionKeyAttribute(L"View_IsSchemaBoundDesc")]
[DisplayNameKeyAttribute(L"View_IsSchemaBoundName")]
property bool IsSchemaBound {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")>]
[<DisplayNameKeyAttribute("View_IsSchemaBoundName")>]
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.

請參閱

參考

IViewOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間