Interface ITableParameter
Represents a parameter of table type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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
O tipo ITableParameter expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Columns | Gets the collection of columns that belong to this object. (Herdado de ITabular.) | |
DataType | Gets the local variable data type. (Herdado de ILocalVariable.) | |
DataType | Gets an object that represents the data type of the table variable. (Herdado de ITableVariable.) | |
DefaultValue | Gets the default value of the parameter. (Herdado de IParameter.) | |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. (Herdado de ILocalVariable.) | |
IsOutput | Gets a value that indicates whether the parameter is an output parameter. (Herdado de IParameter.) | |
IsParameter | Gets a value that indicates whether this is a parameter. (Herdado de ILocalVariable.) | |
IsReadOnly | Gets a value that indicates that this parameter is read-only. (Herdado de IParameter.) | |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. (Herdado de ILocalVariable.) | |
IsTableVariable | Gets a value that indicates whether this is a table variable. (Herdado de ILocalVariable.) | |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) | |
TabularType | Gets the tabular type. (Herdado de ITabular.) | |
Unaliased | Gets the ITabular object that this object is an alias for. (Herdado de ITabular.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início