Condividi tramite


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
Proprietà pubblica Columns Gets the collection of columns that belong to this object. Ereditato da ITabular.
Proprietà pubblica DataType Gets the local variable data type. Ereditato da ILocalVariable.
Proprietà pubblica DataType Gets an object that represents the data type of the table variable. Ereditato da ITableVariable.
Proprietà pubblica DefaultValue Gets the default value of the parameter. Ereditato da IParameter.
Proprietà pubblica IsCursorVariable Gets a value that indicates whether this is a cursor variable. Ereditato da ILocalVariable.
Proprietà pubblica IsOutput Gets a value that indicates whether the parameter is an output parameter. Ereditato da IParameter.
Proprietà pubblica IsParameter Gets a value that indicates whether this is a parameter. Ereditato da ILocalVariable.
Proprietà pubblica IsReadOnly Gets a value that indicates that this parameter is read-only. Ereditato da IParameter.
Proprietà pubblica IsScalarVariable Gets a value that indicates whether this is a scalar variable. Ereditato da ILocalVariable.
Proprietà pubblica IsTableVariable Gets a value that indicates whether this is a table variable. Ereditato da ILocalVariable.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica TabularType Gets the tabular type. Ereditato da ITabular.
Proprietà pubblica Unaliased Gets the ITabular object that this object is an alias for. Ereditato da ITabular.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject.

In alto