Freigeben über


ITableParameter-Schnittstelle

Represents a parameter of table type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface ITableParameter _
    Inherits ITableVariable, ITabular, IParameter, ILocalVariable,  _
    IMetadataObject
'Usage
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

Der ITableParameter-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Columns Gets the collection of columns that belong to this object. (Geerbt von ITabular.)
Öffentliche Eigenschaft DataType Gets the local variable data type. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft DataType Gets an object that represents the data type of the table variable. (Geerbt von ITableVariable.)
Öffentliche Eigenschaft DefaultValue Gets the default value of the parameter. (Geerbt von IParameter.)
Öffentliche Eigenschaft IsCursorVariable Gets a value that indicates whether this is a cursor variable. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft IsOutput Gets a value that indicates whether the parameter is an output parameter. (Geerbt von IParameter.)
Öffentliche Eigenschaft IsParameter Gets a value that indicates whether this is a parameter. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft IsReadOnly Gets a value that indicates that this parameter is read-only. (Geerbt von IParameter.)
Öffentliche Eigenschaft IsScalarVariable Gets a value that indicates whether this is a scalar variable. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft IsTableVariable Gets a value that indicates whether this is a table variable. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)
Öffentliche Eigenschaft TabularType Gets the tabular type. (Geerbt von ITabular.)
Öffentliche Eigenschaft Unaliased Gets the ITabular object that this object is an alias for. (Geerbt von ITabular.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.)

Zum Anfang