Interfaz 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.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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
El tipo IScalarExpression expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. (Se hereda de IScalar.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (Se hereda de IScalar.) |
![]() |
ScalarType | Gets the scalar type. (Se hereda de IScalar.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)