ITableParameter Interface
Represents a parameter of table type.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Columns | Gets the collection of columns that belong to this object.(Inherited from ITabular.) |
![]() | DataType | Gets an object that represents the data type of the table variable.(Inherited from ITableVariable.) |
![]() | DefaultValue | Gets the default value of the parameter.(Inherited from IParameter.) |
![]() | IsCursorVariable | Gets a value that indicates whether this is a cursor variable.(Inherited from ILocalVariable.) |
![]() | IsOutput | Gets a value that indicates whether the parameter is an output parameter.(Inherited from IParameter.) |
![]() | IsParameter | Gets a value that indicates whether this is a parameter.(Inherited from ILocalVariable.) |
![]() | IsReadOnly | Gets a value that indicates that this parameter is read-only.(Inherited from IParameter.) |
![]() | IsScalarVariable | Gets a value that indicates whether this is a scalar variable.(Inherited from ILocalVariable.) |
![]() | IsTableVariable | Gets a value that indicates whether this is a table variable.(Inherited from ILocalVariable.) |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | TabularType | Gets the tabular type.(Inherited from ITabular.) |
![]() | Unaliased |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |

