Interfaccia IScalar
Represents a scalar metadata object.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IScalar _
Inherits IMetadataObject
'Utilizzo
Dim instance As IScalar
public interface IScalar : IMetadataObject
public interface class IScalar : IMetadataObject
type IScalar =
interface
interface IMetadataObject
end
public interface IScalar extends IMetadataObject
Nel tipo IScalar sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. |
![]() |
ScalarType | Gets the scalar type. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)