次の方法で共有


SqlGeometry.Populate メソッド (IGeometrySink110)

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

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
Public Sub Populate ( _
    sink As IGeometrySink110 _
)
'使用
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
)

パラメーター

関連項目

参照

SqlGeometry クラス

Populate オーバーロード

Microsoft.SqlServer.Types 名前空間