Metoda IGeographySink.BeginGeography
Inicjuje sekwencja wywołania dla Geografia typu.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
Sub BeginGeography ( _
type As OpenGisGeographyType _
)
'Użycie
Dim instance As IGeographySink
Dim type As OpenGisGeographyType
instance.BeginGeography(type)
void BeginGeography(
OpenGisGeographyType type
)
void BeginGeography(
OpenGisGeographyType type
)
abstract BeginGeography :
type:OpenGisGeographyType -> unit
function BeginGeography(
type : OpenGisGeographyType
)
Parametry
- type
Typ: Microsoft.SqlServer.Types.OpenGisGeographyType
OpenGisGeometryType obiekt, który wskazuje typ tworzonego przez sekwencja wywołania.
Uwagi
Metoda musi być używana razem z EndGeography() metody.
Prawidłowe wartooci dla type są punkt, MultiPoint, LineString, MultiLineString, Wielokąt, MultiPolygon, GeometryCollection, i FullGlobe.