Метод Populate

Applies a geography type call sequence to IGeographySink object. The call sequence is a set of figures, lines, and points for geography types.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
Public Sub Populate ( _
    sink As IGeographySink _
)
'Применение
Dim instance As SqlGeography
Dim sink As IGeographySink

instance.Populate(sink)
public void Populate(
    IGeographySink sink
)
public:
void Populate(
    IGeographySink^ sink
)
member Populate : 
        sink:IGeographySink -> unit 
public function Populate(
    sink : IGeographySink
)

Параметры