SqlBuiltinScalarFunctionCallExpression 클래스

정의

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

속성

Name Description
Arguments (다음에서 상속됨 SqlScalarFunctionCallExpression)
BoundFunction
BoundObject (다음에서 상속됨 SqlScalarExpression)
BoundScalar (다음에서 상속됨 SqlScalarFunctionCallExpression)
Children (다음에서 상속됨 SqlScalarFunctionCallExpression)
EndLocation (다음에서 상속됨 SqlCodeObject)
FunctionName
IsSqlCodeSnippet (다음에서 상속됨 SqlCodeObject)
IsStar
Length (다음에서 상속됨 SqlCodeObject)
Parent (다음에서 상속됨 SqlCodeObject)
Position (다음에서 상속됨 SqlCodeObject)
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>)

적용 대상