EdmIntegerConstant 생성자 (Int64)
EdmIntegerConstant 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Data.Edm.Library.Values
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Sub New ( _
value As Long _
)
‘사용 방법
Dim value As Long
Dim instance As New EdmIntegerConstant(value)
public EdmIntegerConstant(
long value
)
public:
EdmIntegerConstant(
long long value
)
new :
value:int64 -> EdmIntegerConstant
public function EdmIntegerConstant(
value : long
)
매개 변수
- value
유형: System.Int64
이 값으로 표시되는 정수 값입니다.