ComputeClause.ComputeFunctions Property

Gets a list of the Compute functions. At least one is required.

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

Syntax

'Declaration
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
public IList<ComputeFunction> ComputeFunctions { get; }
public:
property IList<ComputeFunction^>^ ComputeFunctions {
    IList<ComputeFunction^>^ get ();
}
member ComputeFunctions : IList<ComputeFunction>
function get ComputeFunctions () : IList<ComputeFunction>

Property Value

Type: System.Collections.Generic.IList<ComputeFunction>

.NET Framework Security

See Also

Reference

ComputeClause Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace