IsSchemaBound プロパティ
ビューにスキーマがバインドされているかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
ReadOnly Property IsSchemaBound As Boolean
Get
'使用
Dim instance As IView
Dim value As Boolean
value = instance.IsSchemaBound
bool IsSchemaBound { get; }
property bool IsSchemaBound {
bool get ();
}
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean
プロパティ値
型: System. . :: . .Boolean
ビューにスキーマがバインドされている場合は true、バインドされていない場合は false です。