ISystemDataTypeLookup 인터페이스

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

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Interface ISystemDataTypeLookup
‘사용 방법
Dim instance As ISystemDataTypeLookup
public interface ISystemDataTypeLookup
public interface class ISystemDataTypeLookup
type ISystemDataTypeLookup =  interface end
public interface ISystemDataTypeLookup

메서드

  이름 설명
공용 메서드 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.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스