다음을 통해 공유


ILiteralScalarFactory.Integer 속성

Gets an IScalarExpression object that represents a literal expression of integer data type.

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

구문

‘선언
ReadOnly Property Integer As IScalarExpression 
    Get
‘사용 방법
Dim instance As ILiteralScalarFactory 
Dim value As IScalarExpression 

value = instance.Integer
IScalarExpression Integer { get; }
property IScalarExpression^ Integer {
    IScalarExpression^ get ();
}
abstract Integer : IScalarExpression
function get Integer () : IScalarExpression

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarExpression
An IScalarExpression object.

참고 항목

참조

ILiteralScalarFactory 인터페이스

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