IBuiltInFunctionLookup 인터페이스
Provides the ability to look up SQL Server built-in functions and system functions that start with two at signs (@@).
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Interface IBuiltInFunctionLookup
‘사용 방법
Dim instance As IBuiltInFunctionLookup
public interface IBuiltInFunctionLookup
public interface class IBuiltInFunctionLookup
type IBuiltInFunctionLookup = interface end
public interface IBuiltInFunctionLookup
IBuiltInFunctionLookup 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
AllBuiltIns | Gets a collection that contains all built-in functions and system functions that start with two at signs (@@). | |
BuiltInFunctions | Gets a collection that contains all SQL Server built-in functions. | |
DateParts | Gets a collection that contains all SQL Server built-in function date-part arguments. | |
GlobalVariables | Gets a collection that contains all SQL Server system functions that start with two at signs (@@). |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
GetMultiTypeBuiltInFunction | Returns an IBuiltInFunction object that represents a built-in function that has a multitype return value (such as a CAST, CONVERT or IDENTITY function). The IBuiltInFunction object returns the specified system data type instead of the generic return type. |
맨 위로 이동
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스