IScalarFactory 인터페이스
Defines methods and properties that can be used to create scalar objects.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Interface IScalarFactory
‘사용 방법
Dim instance As IScalarFactory
public interface IScalarFactory
public interface class IScalarFactory
type IScalarFactory = interface end
public interface IScalarFactory
IScalarFactory 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Literal | Gets an ILiteralScalarFactory object that can be used to create literal scalar expressions. | |
Null | Gets an IScalar object that can be used as a placeholder scalar. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
CreateScalarExpression | Creates an IScalarExpression object that represents the evaluation of a scalar expression that has the specified data type. |
맨 위로 이동
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스