Share via


SqlDataTypeSpecification Class

Definition

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

Properties

Argument1
Argument2
BoundObject
BoundType
Children
DataType
EndLocation (Inherited from SqlCodeObject)
IsCursor
IsMaximum
IsSqlCodeSnippet (Inherited from SqlCodeObject)
Length (Inherited from SqlCodeObject)
Parent (Inherited from SqlCodeObject)
Position (Inherited from SqlCodeObject)
Sql (Inherited from SqlCodeObject)
StartLocation (Inherited from SqlCodeObject)
Statement (Inherited from SqlCodeObject)
TokenManager (Inherited from SqlCodeObject)
Tokens (Inherited from SqlCodeObject)
Xml (Inherited from SqlCodeObject)
XmlDocumentConstraint
XmlSchemaCollection

Methods

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

Applies to