Méthode SqlGeography.Populate (IGeographySink110)
Applies a geography type call sequence to IGeographySink object.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Sub Populate ( _
sink As IGeographySink110 _
)
'Utilisation
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
)
Paramètres
- sink
Type : Microsoft.SqlServer.Types.IGeographySink110
IGeographySink object that has a geography type call sequence of figures, lines, and points applied to it.