SqlGeography.Populate Method (IGeographySink110)

Applies a geography type call sequence to IGeographySink object.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Sub Populate ( _
    sink As IGeographySink110 _
)
'Usage
Dim instance As SqlGeography
Dim sink As IGeographySink110

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

Parameters

See Also

Reference

SqlGeography Class

Populate Overload

Microsoft.SqlServer.Types Namespace