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 命名空间