共用方式為


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。)

上層