DbGeography.Dimension 属性

定义

如果值为集合,则获取给定 DbGeography 值的维度或最大的元素维度。

public:
 property int Dimension { int get(); };
public int Dimension { get; }
member this.Dimension : int
Public ReadOnly Property Dimension As Integer

属性值

给定的 DbGeography 值的维度。

适用于