IScalar 介面
Represents a scalar metadata object.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Public Interface IScalar _
Inherits IMetadataObject
'用途
Dim instance As IScalar
public interface IScalar : IMetadataObject
public interface class IScalar : IMetadataObject
type IScalar =
interface
interface IMetadataObject
end
public interface IScalar extends IMetadataObject
IScalar 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. |
![]() |
Name | Gets the name of the metadata object. (繼承自 IMetadataObject。) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. |
![]() |
ScalarType | Gets the scalar type. |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。) |
上層
.gif)
.gif)