Share via


SqlUpdateSpecification Class

Definition

public class SqlUpdateSpecification : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlUpdateDeleteSpecificationBase
type SqlUpdateSpecification = class
    inherit SqlUpdateDeleteSpecificationBase
Public Class SqlUpdateSpecification
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)
SetClause
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