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 命名空间

其他资源

用户定义函数(数据库引擎)

CREATE FUNCTION (Transact-SQL)