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

Name Description
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

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

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to