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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.