IScalar-Schnittstelle
Represents a scalar metadata object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface IScalar _
Inherits IMetadataObject
'Usage
Dim instance As IScalar
public interface IScalar : IMetadataObject
public interface class IScalar : IMetadataObject
type IScalar =
interface
interface IMetadataObject
end
public interface IScalar extends IMetadataObject
Der IScalar-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. |
![]() |
Name | Gets the name of the metadata object. (Geerbt von IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. |
![]() |
ScalarType | Gets the scalar type. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.) |
Zum Anfang
.gif)
.gif)