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


Свойство UserDefinedFunction.FunctionType

Gets or sets the user-defined function type.

Пространство имен:  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 FunctionType As UserDefinedFunctionType 
    Get 
    Set
'Применение
Dim instance As UserDefinedFunction 
Dim value As UserDefinedFunctionType 

value = instance.FunctionType

instance.FunctionType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public UserDefinedFunctionType FunctionType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property UserDefinedFunctionType FunctionType {
    UserDefinedFunctionType get ();
    void set (UserDefinedFunctionType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member FunctionType : UserDefinedFunctionType with get, set
function get FunctionType () : UserDefinedFunctionType 
function set FunctionType (value : UserDefinedFunctionType)

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionType
A UserDefinedFunctionType object value that specifies the type of user-defined function.

Замечания

User-defined function types include values such as scalar, inline, and table.

Примеры

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

См. также

Справочник

UserDefinedFunction Класс

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

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

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

CREATE FUNCTION (Transact-SQL)