IScalarVariable Interface

Definition

public interface IScalarVariable : Microsoft.SqlServer.Management.SqlParser.Metadata.ILocalVariable, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalar
type IScalarVariable = interface
    interface IScalar
    interface IMetadataObject
    interface ILocalVariable
Public Interface IScalarVariable
Implements ILocalVariable, IScalar
Derived
Implements

Properties

Name Description
DataType
IsCursorVariable (Inherited from ILocalVariable)
IsParameter (Inherited from ILocalVariable)
IsScalarVariable (Inherited from ILocalVariable)
IsTableVariable (Inherited from ILocalVariable)
Name (Inherited from IMetadataObject)
Nullable (Inherited from IScalar)
ScalarType (Inherited from IScalar)

Methods

Name Description
Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to