Interface ITableParameter
Represents a parameter of table type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Interface ITableParameter _
Inherits ITableVariable, ITabular, IParameter, ILocalVariable, _
IMetadataObject
'Utilisation
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
Le type ITableParameter expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Columns | Gets the collection of columns that belong to this object. (hérité de ITabular.) |
![]() |
DataType | Gets the local variable data type. (hérité de ILocalVariable.) |
![]() |
DataType | Gets an object that represents the data type of the table variable. (hérité de ITableVariable.) |
![]() |
DefaultValue | Gets the default value of the parameter. (hérité de IParameter.) |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. (hérité de ILocalVariable.) |
![]() |
IsOutput | Gets a value that indicates whether the parameter is an output parameter. (hérité de IParameter.) |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. (hérité de ILocalVariable.) |
![]() |
IsReadOnly | Gets a value that indicates that this parameter is read-only. (hérité de IParameter.) |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. (hérité de ILocalVariable.) |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. (hérité de ILocalVariable.) |
![]() |
Name | Gets the name of the metadata object. (hérité de IMetadataObject.) |
![]() |
TabularType | Gets the tabular type. (hérité de ITabular.) |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. (hérité de ITabular.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.) |
Haut de la page
.gif)
.gif)