ISystemDataTypeLookup Interface
Defines methods that can be used to look up and return system data types.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Find(DataTypeSpec^, Boolean) | Retrieves an ISystemDataType object that has the specified data type specification and maximum storage size (max) setting. |
![]() | Find(DataTypeSpec^, Int32) | Retrieves an ISystemDataType object that has the specified data type specification and precision or maximum length. |
![]() | Find(DataTypeSpec^, Int32, Int32) | Retrieves an ISystemDataType object that has the specified data type specification, precision, and scale. |
Show:
