Condividi tramite


Proprietà FunctionType

Ottiene o imposta il tipo di funzione definita dall'utente.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property FunctionType As UserDefinedFunctionType
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionType
Valore dell'oggetto UserDefinedFunctionType che specifica il tipo di funzione definita dall'utente.

Osservazioni

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