Share via


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)
'Usage
Dim instance As ComputeClause 
Dim value As IList(Of ComputeFunction)

value = instance.ComputeFunctions
public IList<ComputeFunction> ComputeFunctions { get; }
public:
property IList<ComputeFunction^>^ ComputeFunctions {
    IList<ComputeFunction^>^ get ();
}
public function get ComputeFunctions () : IList<ComputeFunction>

Property Value

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

.NET Framework Security

See Also

Reference

ComputeClause Class

ComputeClause Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace