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


Свойство FunctionType

Gets or sets the user-defined function type.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property FunctionType As UserDefinedFunctionType
    Get
    Set
'Применение
Dim instance As UserDefinedFunction
Dim value As UserDefinedFunctionType

value = instance.FunctionType

instance.FunctionType = value
[SfcPropertyAttribute]
public UserDefinedFunctionType FunctionType { get; set; }
[SfcPropertyAttribute]
public:
property UserDefinedFunctionType FunctionType {
    UserDefinedFunctionType get ();
    void set (UserDefinedFunctionType value);
}
[<SfcPropertyAttribute>]
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.