Condividi tramite


Proprietà FunctionStatementBody.ReturnType

Ottiene o imposta il tipo restituito della funzione.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ReturnType As FunctionReturnType
    Get
    Set
public FunctionReturnType ReturnType { get; set; }
public:
property FunctionReturnType^ ReturnType {
    FunctionReturnType^ get ();
    void set (FunctionReturnType^ value);
}
member ReturnType : FunctionReturnType with get, set
function get ReturnType () : FunctionReturnType
function set ReturnType (value : FunctionReturnType)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
Restituisce un elemento FunctionReturnType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FunctionStatementBody Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql