Udostępnij za pośrednictwem


UserDefinedFunction.FunctionType Property

Gets or sets the user-defined function type.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public Property FunctionType As UserDefinedFunctionType
[SfcPropertyAttribute] 
public UserDefinedFunctionType FunctionType { get; set; }
[SfcPropertyAttribute] 
public:
property UserDefinedFunctionType FunctionType {
    UserDefinedFunctionType get ();
    void set (UserDefinedFunctionType value);
}
/** @property */
public UserDefinedFunctionType get_FunctionType ()

/** @property */
public void set_FunctionType (UserDefinedFunctionType value)
public function get FunctionType () : UserDefinedFunctionType

public function set FunctionType (value : UserDefinedFunctionType)

Property Value

A UserDefinedFunctionType object value that specifies the type of user-defined function.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.