ITableParameter Interface

Definition

public interface ITableParameter : Microsoft.SqlServer.Management.SqlParser.Metadata.IParameter, Microsoft.SqlServer.Management.SqlParser.Metadata.ITableVariable
type ITableParameter = interface
    interface ITableVariable
    interface ITabular
    interface IMetadataObject
    interface ILocalVariable
    interface IParameter
Public Interface ITableParameter
Implements IParameter, ITableVariable
Implements

Properties

Columns (Inherited from ITabular)
DataType (Inherited from ITableVariable)
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)
TabularType (Inherited from ITabular)
Unaliased (Inherited from ITabular)

Methods

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

Extension Methods

TypeInfo(IMetadataObject)

Applies to