CreateAggregateStatement.ReturnType Property

Gets or sets the aggregate function return type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ReturnType As DataType
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.DataType
Returns a DataType.

.NET Framework Security

See Also

Reference

CreateAggregateStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace