次の方法で共有


SqlGeography.Populate メソッド (IGeographySink110)

geography 型の呼び出しシーケンスを IGeographySink オブジェクトに適用します。

名前空間:  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 名前空間