다음을 통해 공유


EdmDecimalTypeReference 생성자 (IEdmPrimitiveType, Boolean)

EdmDecimalTypeReference 클래스의 새 인스턴스를 만듭니다.

네임스페이스:  Microsoft.Data.Edm.Library
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public Sub New ( _
    definition As IEdmPrimitiveType, _
    isNullable As Boolean _
)
‘사용 방법
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean

Dim instance As New EdmDecimalTypeReference(definition, _
    isNullable)
public EdmDecimalTypeReference(
    IEdmPrimitiveType definition,
    bool isNullable
)
public:
EdmDecimalTypeReference(
    IEdmPrimitiveType^ definition, 
    bool isNullable
)
new : 
        definition:IEdmPrimitiveType * 
        isNullable:bool -> EdmDecimalTypeReference
public function EdmDecimalTypeReference(
    definition : IEdmPrimitiveType, 
    isNullable : boolean
)

매개 변수

  • isNullable
    유형: System.Boolean
    Nullable 형식을 사용할 수 있는지 여부를 나타냅니다.

참고 항목

참조

EdmDecimalTypeReference 클래스

EdmDecimalTypeReference 오버로드

Microsoft.Data.Edm.Library 네임스페이스