次の方法で共有


IsSchemaBound プロパティ

ビューにスキーマがバインドされているかどうかを示す Boolean プロパティを取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsSchemaBound As Boolean
    Get
    Set
'使用
Dim instance As View
Dim value As Boolean

value = instance.IsSchemaBound

instance.IsSchemaBound = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsSchemaBound { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
virtual property bool IsSchemaBound {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
abstract IsSchemaBound : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
override IsSchemaBound : bool with get, set
final function get IsSchemaBound () : boolean
final function set IsSchemaBound (value : boolean)

プロパティ値

型: System. . :: . .Boolean
ビューにスキーマがバインドされているかどうかを示す Boolean 値です。

実装

IViewOptions. . :: . .IsSchemaBound

説明

True の場合、ビューにスキーマがバインドされています。

False (既定値) の場合、ビューにスキーマがバインドされていません。