ComputeClause.ComputeFunctions 속성
Gets the list of the Compute functions. At least one is required.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
Get
‘사용 방법
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 ();
}
member ComputeFunctions : IList<ComputeFunction>
function get ComputeFunctions () : IList<ComputeFunction>
속성 값
유형: System.Collections.Generic.IList<ComputeFunction>
The list of the Compute functions.