创建 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>
)
参数
- definition
类型:Microsoft.Data.Edm.IEdmPrimitiveType
此引用所引用的类型。
- isNullable
类型:System.Boolean
表示该类型是否可为空。
- spatialReferenceIdentifier
类型:System.Nullable<Int32>
正在创建的空间类型的空间引用标示符。