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
)
參數
- sink
型別:Microsoft.SqlServer.Types.IGeographySink110
IGeographySink object that has a geography type call sequence of figures, lines, and points applied to it.