DbGeography.PointCount-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft die Anzahl der Punkte in diesem DbGeography-Wert ab, wenn er einen LineString oder einen linearen Ring darstellt. <returns>Die Anzahl der Elemente dieses Geografiewerts, wenn er einen Linestring oder einen linearen Ring darstellt; andernfalls null.</returns>
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property PointCount As Nullable(Of Integer)
Get
'Usage
Dim instance As DbGeography
Dim value As Nullable(Of Integer)
value = instance.PointCount
public Nullable<int> PointCount { get; }
public:
property Nullable<int> PointCount {
Nullable<int> get ();
}
member PointCount : Nullable<int>
function get PointCount () : Nullable<int>
Eigenschaftswert
Typ: System.Nullable<Int32>
Die Anzahl der Punkte in diesem DbGeography-Wert.