Interfaccia ITableParameter
Represents a parameter of table type.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface ITableParameter _
Inherits ITableVariable, ITabular, IParameter, ILocalVariable, _
IMetadataObject
'Utilizzo
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
Nel tipo ITableParameter sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Columns | Gets the collection of columns that belong to this object. Ereditato da ITabular. |
![]() |
DataType | Gets the local variable data type. Ereditato da ILocalVariable. |
![]() |
DataType | Gets an object that represents the data type of the table variable. Ereditato da ITableVariable. |
![]() |
DefaultValue | Gets the default value of the parameter. Ereditato da IParameter. |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. Ereditato da ILocalVariable. |
![]() |
IsOutput | Gets a value that indicates whether the parameter is an output parameter. Ereditato da IParameter. |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. Ereditato da ILocalVariable. |
![]() |
IsReadOnly | Gets a value that indicates that this parameter is read-only. Ereditato da IParameter. |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. Ereditato da ILocalVariable. |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. Ereditato da ILocalVariable. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
TabularType | Gets the tabular type. Ereditato da ITabular. |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. Ereditato da ITabular. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)