UserDefinedFunction.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 UserDefinedFunction 
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:
property bool IsSchemaBound {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IsSchemaBound : bool with get, set
function get IsSchemaBound () : boolean 
function set IsSchemaBound (value : boolean)

プロパティ値

型: System.Boolean
ユーザー定義関数がスキーマ バインドかどうかを示す Boolean 値です。True の場合、ユーザー定義関数はスキーマ バインドです。False (既定値) の場合、ユーザー定義関数はスキーマ バインドではありません。

使用例

プロパティの設定

関連項目

参照

UserDefinedFunction クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

ユーザー定義関数 (データベース エンジン)

CREATE FUNCTION (Transact-SQL)