Interfaz ITableParameter
Represents a parameter of table type.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface ITableParameter _
Inherits ITableVariable, ITabular, IParameter, ILocalVariable, _
IMetadataObject
'Uso
Dim instance As ITableParameter
public interface ITableParameter : ITableVariable,
ITabular, IParameter, ILocalVariable, IMetadataObject
public interface class ITableParameter : ITableVariable,
ITabular, IParameter, ILocalVariable, IMetadataObject
type ITableParameter =
interface
interface ITableVariable
interface ITabular
interface IParameter
interface ILocalVariable
interface IMetadataObject
end
public interface ITableParameter extends ITableVariable, ITabular, IParameter, ILocalVariable, IMetadataObject
El tipo ITableParameter expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Columns | Gets the collection of columns that belong to this object. (Se hereda de ITabular.) |
![]() |
DataType | Gets the local variable data type. (Se hereda de ILocalVariable.) |
![]() |
DataType | Gets an object that represents the data type of the table variable. (Se hereda de ITableVariable.) |
![]() |
DefaultValue | Gets the default value of the parameter. (Se hereda de IParameter.) |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. (Se hereda de ILocalVariable.) |
![]() |
IsOutput | Gets a value that indicates whether the parameter is an output parameter. (Se hereda de IParameter.) |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. (Se hereda de ILocalVariable.) |
![]() |
IsReadOnly | Gets a value that indicates that this parameter is read-only. (Se hereda de IParameter.) |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. (Se hereda de ILocalVariable.) |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. (Se hereda de ILocalVariable.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
TabularType | Gets the tabular type. (Se hereda de ITabular.) |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. (Se hereda de ITabular.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)