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.