SqlGeometry.Populate Método (IGeometrySink110)
Applies a geometry type call sequence to IGeometrySink object.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public Sub Populate ( _
sink As IGeometrySink110 _
)
'Uso
Dim instance As SqlGeometry
Dim sink As IGeometrySink110
instance.Populate(sink)
public void Populate(
IGeometrySink110 sink
)
public:
void Populate(
IGeometrySink110^ sink
)
member Populate :
sink:IGeometrySink110 -> unit
public function Populate(
sink : IGeometrySink110
)
Parámetros
- sink
Tipo: Microsoft.SqlServer.Types.IGeometrySink110
IGeometrySink object that has a geometry type call sequence of figures, lines, and points applied to it.