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

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

Methods

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

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to