共用方式為


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>
)

參數

  • spatialReferenceIdentifier
    型別:System.Nullable<Int32>
    所要建立之空間型別的空間參考識別碼。

請參閱

參考

EdmSpatialTypeReference 類別

EdmSpatialTypeReference 多載

Microsoft.Data.Edm.Library 命名空間