Interface IScalar
Represents a scalar metadata object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Interface IScalar _
Inherits IMetadataObject
'Utilisation
Dim instance As IScalar
public interface IScalar : IMetadataObject
public interface class IScalar : IMetadataObject
type IScalar =
interface
interface IMetadataObject
end
public interface IScalar extends IMetadataObject
Le type IScalar expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. |
![]() |
Name | Gets the name of the metadata object. (hérité de IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. |
![]() |
ScalarType | Gets the scalar type. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.) |
Haut de la page
.gif)
.gif)