共用方式為


SqlGeography.Populate 方法 (IGeographySink110)

Applies a geography type call sequence to IGeographySink object.

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

語法

'宣告
Public Sub Populate ( _
    sink As IGeographySink110 _
)
'用途
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
)

參數

請參閱

參考

SqlGeography 類別

Populate 多載

Microsoft.SqlServer.Types 命名空間