Compartir a través de


FunctionStatementBody.ReturnType (Propiedad)

Obtiene o establece el tipo de función devuelto.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
Devuelve un objeto FunctionReturnType.

Seguridad de .NET Framework

Vea también

Referencia

FunctionStatementBody Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)