ICursorParameter Interface

Definition

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

Properties

Name Description
DataType (Inherited from ILocalVariable)
DefaultValue (Inherited from IParameter)
IsCursorVariable (Inherited from ILocalVariable)
IsOutput (Inherited from IParameter)
IsParameter (Inherited from ILocalVariable)
IsReadOnly (Inherited from IParameter)
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