Condividi tramite


Metodo SqlGeography.Populate (IGeographySink)

Nota: questa API è obsoleta.

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

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
<ObsoleteAttribute("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")> _
Public Sub Populate ( _
    sink As IGeographySink _
)
'Utilizzo
Dim instance As SqlGeography 
Dim sink As IGeographySink

instance.Populate(sink)
[ObsoleteAttribute("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")]
public void Populate(
    IGeographySink sink
)
[ObsoleteAttribute(L"Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")]
public:
void Populate(
    IGeographySink^ sink
)
[<ObsoleteAttribute("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")>]
member Populate : 
        sink:IGeographySink -> unit
public function Populate(
    sink : IGeographySink
)

Parametri

Vedere anche

Riferimento

SqlGeography Classe

Overload Populate

Spazio dei nomi Microsoft.SqlServer.Types