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(默认值),则用户定义函数不绑定到架构。