IsSchemaBound プロパティ
ユーザー定義関数がスキーマにバインドされるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property IsSchemaBound As Boolean
Get
Set
'使用
Dim instance As UserDefinedFunction
Dim value As Boolean
value = instance.IsSchemaBound
instance.IsSchemaBound = value
[SfcPropertyAttribute]
public bool IsSchemaBound { get; set; }
[SfcPropertyAttribute]
public:
property bool IsSchemaBound {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member IsSchemaBound : bool with get, set
function get IsSchemaBound () : boolean
function set IsSchemaBound (value : boolean)
プロパティ値
型: System. . :: . .Boolean
ユーザー定義関数がスキーマ バインドかどうかを示す Boolean 値です。
True の場合、ユーザー定義関数はスキーマ バインドです。
False (既定値) の場合、ユーザー定義関数はスキーマ バインドではありません。