Compartilhar via


Propriedade FunctionType

Gets or sets the user-defined function type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property FunctionType As UserDefinedFunctionType
    Get
    Set
'Uso
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)

Valor da propriedade

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

Comentários

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