Freigeben über


IScalarParameter-Schnittstelle

Represents a SQL Server scalar parameter.

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

Syntax

'Declaration
Public Interface IScalarParameter _
    Inherits IScalarVariable, IScalar, IParameter, ILocalVariable,  _
    IMetadataObject
'Usage
Dim instance As IScalarParameter
public interface IScalarParameter : IScalarVariable, 
    IScalar, IParameter, ILocalVariable, IMetadataObject
public interface class IScalarParameter : IScalarVariable, 
    IScalar, IParameter, ILocalVariable, IMetadataObject
type IScalarParameter =  
    interface
        interface IScalarVariable
        interface IScalar
        interface IParameter
        interface ILocalVariable
        interface IMetadataObject
    end
public interface IScalarParameter extends IScalarVariable, IScalar, IParameter, ILocalVariable, IMetadataObject

Der IScalarParameter-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Gets the local variable data type. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft DataType Gets the scalar data type. (Geerbt von IScalar.)
Öffentliche Eigenschaft DataType Gets a IScalarDataType object that represents the scalar variable data type. (Geerbt von IScalarVariable.)
Ö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 Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Geerbt von IScalar.)
Öffentliche Eigenschaft ScalarType Gets the scalar type. (Geerbt von IScalar.)

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