SqlAggregateFunctionCallExpression 클래스

정의

public class SqlAggregateFunctionCallExpression : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlBuiltinScalarFunctionCallExpression
type SqlAggregateFunctionCallExpression = class
    inherit SqlBuiltinScalarFunctionCallExpression
Public Class SqlAggregateFunctionCallExpression
Inherits SqlBuiltinScalarFunctionCallExpression
상속

속성

Name Description
Arguments (다음에서 상속됨 SqlScalarFunctionCallExpression)
BoundFunction (다음에서 상속됨 SqlBuiltinScalarFunctionCallExpression)
BoundObject (다음에서 상속됨 SqlScalarExpression)
BoundScalar (다음에서 상속됨 SqlScalarFunctionCallExpression)
Children (다음에서 상속됨 SqlScalarFunctionCallExpression)
EndLocation (다음에서 상속됨 SqlCodeObject)
FunctionName (다음에서 상속됨 SqlBuiltinScalarFunctionCallExpression)
IsSqlCodeSnippet (다음에서 상속됨 SqlCodeObject)
IsStar (다음에서 상속됨 SqlBuiltinScalarFunctionCallExpression)
Length (다음에서 상속됨 SqlCodeObject)
Parent (다음에서 상속됨 SqlCodeObject)
Position (다음에서 상속됨 SqlCodeObject)
SetQuantifier
Sql (다음에서 상속됨 SqlCodeObject)
StartLocation (다음에서 상속됨 SqlCodeObject)
Statement (다음에서 상속됨 SqlCodeObject)
TokenManager (다음에서 상속됨 SqlCodeObject)
Tokens (다음에서 상속됨 SqlCodeObject)
Xml (다음에서 상속됨 SqlCodeObject)

메서드

Name Description
Accept(ISqlCodeObjectVisitor)
Accept<C>(ISqlCodeObjectContextVisitor<C>, C)
Accept<T,C>(ISqlCodeObjectContextVisitor<T,C>, C)
Accept<T>(ISqlCodeObjectVisitor<T>)

적용 대상