Partilhar via


Interface IScalarExpression

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 (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface IScalarExpression _
    Inherits IScalar, IMetadataObject
'Uso
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

O tipo IScalarExpression expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Gets the scalar data type. (Herdado de IScalar.)
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Herdado de IScalar.)
Propriedade pública ScalarType Gets the scalar type. (Herdado de IScalar.)

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início