Share via


ILiteralScalarFactory 인터페이스

Defines methods and properties that are used to create scalar objects that represent typed literal scalar expressions.

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

구문

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

ILiteralScalarFactory 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Binary Gets an IScalarExpression object that represents a literal expression of binary data type.
공용 속성 Default Gets an IScalarExpression object that represents a DEFAULT literal scalar expression.
공용 속성 Identifier Gets an IScalarExpression object that represents a SQL Server identifier literal scalar expression.
공용 속성 Image Gets an IScalarExpression object that represents a literal expression of image data type.
공용 속성 Integer Gets an IScalarExpression object that represents a literal expression of integer data type.
공용 속성 Money Gets an IScalarExpression object that represents a literal expression of money data type.
공용 속성 Null Gets an IScalarExpression object that represents a NULL literal scalar expression.
공용 속성 Numeric Gets an IScalarExpression object that represents a literal expression of numeric data type.
공용 속성 Real Gets an IScalarExpression object that represents a literal expression of real data type.
공용 속성 String Gets an IScalarExpression object that represents a literal expression of string data type.
공용 속성 UnicodeString Gets an IScalarExpression object that represents a literal expression of UNICODE (national) string data type.

맨 위로 이동

참고 항목

참조

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