Метод IGeographySink.BeginGeography
Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Sub BeginGeography ( _
type As OpenGisGeographyType _
)
'Применение
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
)
Параметры
- type
Тип: Microsoft.SqlServer.Types.OpenGisGeographyType
OpenGisGeometryType object that indicates the type being created by the call sequence.
Замечания
Method must be used together with the EndGeography() method.
Valid values for type are Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, and FullGlobe.