共用方式為


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.

範例

設定屬性