共用方式為


Populate 方法

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

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
Public Sub Populate ( _
    sink As IGeographySink _
)
'用途
Dim instance As SqlGeography
Dim sink As IGeographySink

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

參數