Udostępnij za pośrednictwem


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

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.