IMutableScalarDataType Interface

Definition

public interface IMutableScalarDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarDataType
type IMutableScalarDataType = interface
    interface IScalarDataType
    interface IDataType
    interface IMetadataObject
    interface IMutableDataType
    interface IMutableMetadataObject
Public Interface IMutableScalarDataType
Implements IMutableDataType, IScalarDataType
Derived
Implements

Properties

BaseSystemDataType
IsClr (Inherited from IScalarDataType)
IsCursor (Inherited from IDataType)
IsScalar (Inherited from IDataType)
IsSystem (Inherited from IScalarDataType)
IsTable (Inherited from IDataType)
IsUnknown (Inherited from IMutableDataType)
IsVoid (Inherited from IScalarDataType)
IsXml (Inherited from IScalarDataType)
Name (Inherited from IMetadataObject)

Methods

Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

TypeInfo(IMetadataObject)

Applies to