Freigeben über


IScalarExpression-Schnittstelle

Represents a scalar expression such as literals, for example: 1, 'hello', and so on; and the evaluation of scalar expressions, for example: 1 + 5, 12 * dbo.test('a'), and so on.

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

Syntax

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

Der IScalarExpression-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Gets the scalar data type. (Geerbt von IScalar.)
Ö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