Interface IScalar
Represents a scalar metadata object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IScalar _
Inherits IMetadataObject
'Uso
Dim instance As IScalar
public interface IScalar : IMetadataObject
public interface class IScalar : IMetadataObject
type IScalar =
interface
interface IMetadataObject
end
public interface IScalar extends IMetadataObject
O tipo IScalar expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. |
![]() |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. |
![]() |
ScalarType | Gets the scalar type. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início
.gif)
.gif)