Condividi tramite


Proprietà CreateAggregateStatement.ReturnType

Ottiene o imposta il tipo restituito della funzione aggregata.

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 DataType
    Get
    Set
public DataType ReturnType { get; set; }
public:
property DataType^ ReturnType {
    DataType^ get ();
    void set (DataType^ value);
}
member ReturnType : DataType with get, set
function get ReturnType () : DataType
function set ReturnType (value : DataType)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateAggregateStatement Classe

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