SqlGeography.Populate メソッド

定義

オーバーロード

名前 説明
Populate(IGeographySink)
古い.

geography 型の呼び出しシーケンスを IGeographySink オブジェクトに適用します。 呼び出しシーケンスは、geography 型の図形、行、およびポイントのセットです。

Populate(IGeographySink110)

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

Populate(IGeographySink)

注意事項

Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.

geography 型の呼び出しシーケンスを IGeographySink オブジェクトに適用します。 呼び出しシーケンスは、geography 型の図形、行、およびポイントのセットです。

[System.Obsolete("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")]
public void Populate(Microsoft.SqlServer.Types.IGeographySink sink);
[<System.Obsolete("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")>]
member this.Populate : Microsoft.SqlServer.Types.IGeographySink -> unit
Public Sub Populate (sink As IGeographySink)

パラメーター

sink
IGeographySink

図形、線、およびポイントの geography 型の呼び出しシーケンスが適用されている IGeographySink オブジェクト。

属性

適用対象

Populate(IGeographySink110)

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

public void Populate(Microsoft.SqlServer.Types.IGeographySink110 sink);
member this.Populate : Microsoft.SqlServer.Types.IGeographySink110 -> unit
Public Sub Populate (sink As IGeographySink110)

パラメーター

sink
IGeographySink110

図形、線、およびポイントの geography 型の呼び出しシーケンスが適用されている IGeographySink オブジェクト。

適用対象