Metoda SqlGeometry.STGeometryType
Zwraca nazwę typu Otwórz konsorcjum geograficzne (OGC), reprezentowane przez wystąpienie geometrii.SqlGeometry
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STGeometryType As SqlString
'Użycie
Dim instance As SqlGeometry
Dim returnValue As SqlString
returnValue = instance.STGeometryType()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlString STGeometryType()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlString STGeometryType()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STGeometryType : unit -> SqlString
public function STGeometryType() : SqlString
Wartość zwracana
Typ: System.Data.SqlTypes.SqlString
A SqlString wartość typu OGC.
Uwagi
Nazwy typów OGC, które mogą być zwracane przez STGeometryType to punkt, LineString, Wielokąt, GeometryCollection, MultiPoint, MultiLineString i MultiPolygon.