SqlGeography.Populate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Populate(IGeographySink) |
Obsolete.
Applies a geography type call sequence to IGeographySink object. The call sequence is a set of figures, lines, and points for geography types. |
Populate(IGeographySink110) |
Applies a geography type call sequence to IGeographySink object. |
Populate(IGeographySink)
Caution
Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.
Applies a geography type call sequence to IGeographySink object. The call sequence is a set of figures, lines, and points for geography types.
[System.Obsolete("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")]
public void Populate (Microsoft.SqlServer.Types.IGeographySink sink);
[<System.Obsolete("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")>]
member this.Populate : Microsoft.SqlServer.Types.IGeographySink -> unit
Public Sub Populate (sink As IGeographySink)
Parameters
- sink
- IGeographySink
IGeographySink object that has a geography type call sequence of figures, lines, and points applied to it.
- Attributes
Applies to
Populate(IGeographySink110)
Applies a geography type call sequence to IGeographySink object.
public void Populate (Microsoft.SqlServer.Types.IGeographySink110 sink);
member this.Populate : Microsoft.SqlServer.Types.IGeographySink110 -> unit
Public Sub Populate (sink As IGeographySink110)
Parameters
- sink
- IGeographySink110
IGeographySink object that has a geography type call sequence of figures, lines, and points applied to it.