다음을 통해 공유


ILiteralScalarFactory.Numeric 속성

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

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

구문

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

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

속성 값

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

참고 항목

참조

ILiteralScalarFactory 인터페이스

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