ISystemDataTypeLookup Interface

Defines methods that can be used to look up and return system data types.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface ISystemDataTypeLookup
'Usage
Dim instance As ISystemDataTypeLookup
public interface ISystemDataTypeLookup
public interface class ISystemDataTypeLookup
type ISystemDataTypeLookup =  interface end
public interface ISystemDataTypeLookup

Methods

  Name Description
Public method Find(DataTypeSpec, Boolean) Retrieves an ISystemDataType object that has the specified data type specification and maximum storage size (max) setting.
Public method Find(DataTypeSpec, Int32) Retrieves an ISystemDataType object that has the specified data type specification and precision or maximum length.
Public method Find(DataTypeSpec, Int32, Int32) Retrieves an ISystemDataType object that has the specified data type specification, precision, and scale.

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace