Metoda SqlGeography.STGeometryType
Zwraca nazwę typu Open konsorcjum geograficzne (OGC), reprezentowane przez wystąpienie Geografia.
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 SqlGeography
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ść zawierającą nazwę typu OGC.
Uwagi
Nazwy typów OGC, które mogą być zwracane przez STGeometryType są metoda punktów, LineString, Wielokąt, GeometryCollection, MultiPoint, MultiLineString i MultiPolygon.