다음을 통해 공유


EdmSpatialTypeReference 생성자 (IEdmPrimitiveType, Boolean, Nullable<Int32>)

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

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

구문

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

Dim instance As New EdmSpatialTypeReference(definition, _
    isNullable, spatialReferenceIdentifier)
public EdmSpatialTypeReference(
    IEdmPrimitiveType definition,
    bool isNullable,
    Nullable<int> spatialReferenceIdentifier
)
public:
EdmSpatialTypeReference(
    IEdmPrimitiveType^ definition, 
    bool isNullable, 
    Nullable<int> spatialReferenceIdentifier
)
new : 
        definition:IEdmPrimitiveType * 
        isNullable:bool * 
        spatialReferenceIdentifier:Nullable<int> -> EdmSpatialTypeReference
public function EdmSpatialTypeReference(
    definition : IEdmPrimitiveType, 
    isNullable : boolean, 
    spatialReferenceIdentifier : Nullable<int>
)

매개 변수

  • isNullable
    유형: System.Boolean
    Nullable 형식을 사용할 수 있는지 여부를 나타냅니다.
  • spatialReferenceIdentifier
    유형: System.Nullable<Int32>
    만들고 있는 공간 형식의 공간 참조 식별자입니다.

참고 항목

참조

EdmSpatialTypeReference 클래스

EdmSpatialTypeReference 오버로드

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