ICursorVariable Interface

Definition

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

Properties

DataType
IsCursorVariable (Inherited from ILocalVariable)
IsParameter (Inherited from ILocalVariable)
IsScalarVariable (Inherited from ILocalVariable)
IsTableVariable (Inherited from ILocalVariable)
Name (Inherited from IMetadataObject)

Methods

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

Extension Methods

TypeInfo(IMetadataObject)

Applies to