IMutableDataType Interface

Definition

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

Properties

Name Description
IsCursor (Inherited from IDataType)
IsScalar (Inherited from IDataType)
IsTable (Inherited from IDataType)
IsUnknown
Name (Inherited from IMetadataObject)

Methods

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

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to