IsSchemaBound プロパティ
ビューにスキーマがバインドされているかどうかを示す Boolean 値を取得します。
名前空間: 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
ビューにスキーマがバインドされているかどうかを示す Boolean 値です。
True の場合、ビューはスキーマ バインドされています。False の場合、スキーマ バインドされていません。