ISystemClrDataType Interface

Definition

public interface ISystemClrDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IClrDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
type ISystemClrDataType = interface
    interface ISystemDataType
    interface IScalarDataType
    interface IDataType
    interface IMetadataObject
    interface IClrDataType
Public Interface ISystemClrDataType
Implements IClrDataType, ISystemDataType
Implements

Properties

AssemblyName (Inherited from IClrDataType)
BaseSystemDataType (Inherited from IScalarDataType)
ClassName (Inherited from IClrDataType)
DataMembers (Inherited from IClrDataType)
IsBinaryOrdered (Inherited from IClrDataType)
IsClr (Inherited from IScalarDataType)
IsComVisible (Inherited from IClrDataType)
IsCursor (Inherited from IDataType)
IsNullable (Inherited from IClrDataType)
IsScalar (Inherited from IDataType)
IsSystem (Inherited from IScalarDataType)
IsTable (Inherited from IDataType)
IsUnknown (Inherited from IDataType)
IsVoid (Inherited from IScalarDataType)
IsXml (Inherited from IScalarDataType)
Length (Inherited from ISystemDataType)
Methods (Inherited from IClrDataType)
Name (Inherited from IMetadataObject)
NumericPrecision (Inherited from ISystemDataType)
NumericScale (Inherited from ISystemDataType)
TypeSpec (Inherited from ISystemDataType)

Methods

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

Extension Methods

TypeInfo(IMetadataObject)

Applies to