SqlQuerySpecification 클래스

정의

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

속성

Name Description
BoundObject (다음에서 상속됨 SqlCodeObject)
Children
EndLocation (다음에서 상속됨 SqlCodeObject)
ForClause
FromClause
GroupByClause
HavingClause
IntoClause
IsSqlCodeSnippet (다음에서 상속됨 SqlCodeObject)
Length (다음에서 상속됨 SqlCodeObject)
OrderByClause
Parent (다음에서 상속됨 SqlCodeObject)
Position (다음에서 상속됨 SqlCodeObject)
SelectClause
Sql (다음에서 상속됨 SqlCodeObject)
StartLocation (다음에서 상속됨 SqlCodeObject)
Statement (다음에서 상속됨 SqlCodeObject)
TokenManager (다음에서 상속됨 SqlCodeObject)
Tokens (다음에서 상속됨 SqlCodeObject)
WhereClause
Xml (다음에서 상속됨 SqlCodeObject)

메서드

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

적용 대상