SqlParameterDeclaration Class

Definition

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

Properties

BoundObject (Inherited from SqlVariableDeclaration)
BoundVariable (Inherited from SqlVariableDeclaration)
Children (Inherited from SqlVariableDeclaration)
EndLocation (Inherited from SqlCodeObject)
IsOutput
IsReadOnly
IsSqlCodeSnippet (Inherited from SqlCodeObject)
Length (Inherited from SqlCodeObject)
Name (Inherited from SqlVariableDeclaration)
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)
Type (Inherited from SqlVariableDeclaration)
Value (Inherited from SqlVariableDeclaration)
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