Поделиться через


Свойство UserDefinedFunction.IsSchemaBound

Gets or sets the Boolean property value that specifies whether the user-defined function is bound to a schema.

Пространство имен:  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
A Boolean value that specifies the whether user-defined function is schema bound.If True, the user-defined function is schema bound.If False (default), the user-defined function is not schema bound.

Примеры

Установка свойств

См. также

Справочник

UserDefinedFunction Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Определяемые пользователем функции (компонент Database Engine)

CREATE FUNCTION (Transact-SQL)