次の方法で共有


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
    型で null が許容されるかどうかを示します。
  • spatialReferenceIdentifier
    型: System.Nullable<Int32>
    作成される空間型の空間参照識別子。

関連項目

参照

EdmSpatialTypeReference クラス

EdmSpatialTypeReference オーバーロード

Microsoft.Data.Edm.Library 名前空間