Compartir a través de


SqlDeleteSpecification Class

Definition

public class SqlDeleteSpecification : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlUpdateDeleteSpecificationBase
type SqlDeleteSpecification = class
    inherit SqlUpdateDeleteSpecificationBase
Public Class SqlDeleteSpecification
Inherits SqlUpdateDeleteSpecificationBase
Inheritance

Properties

BoundObject (Inherited from SqlCodeObject)
Children
EndLocation (Inherited from SqlCodeObject)
FromClause (Inherited from SqlUpdateDeleteSpecificationBase)
IsSqlCodeSnippet (Inherited from SqlCodeObject)
Length (Inherited from SqlCodeObject)
OutputClause (Inherited from SqlDmlSpecification)
OutputIntoClause (Inherited from SqlDmlSpecification)
Parent (Inherited from SqlCodeObject)
Position (Inherited from SqlCodeObject)
Sql (Inherited from SqlCodeObject)
StartLocation (Inherited from SqlCodeObject)
Statement (Inherited from SqlCodeObject)
Target (Inherited from SqlDmlSpecification)
TokenManager (Inherited from SqlCodeObject)
Tokens (Inherited from SqlCodeObject)
TopSpecification (Inherited from SqlDmlSpecification)
WhereClause (Inherited from SqlUpdateDeleteSpecificationBase)
Xml (Inherited from SqlCodeObject)

Methods

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

Applies to