SqlGeography.Populate 方法 (IGeographySink)

注意:此 API 现在已过时。

Applies a geography type call sequence to IGeographySink object. The call sequence is a set of figures, lines, and points for geography types.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<ObsoleteAttribute("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")> _
Public Sub Populate ( _
    sink As IGeographySink _
)
用法
Dim instance As SqlGeography 
Dim sink As IGeographySink

instance.Populate(sink)
[ObsoleteAttribute("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")]
public void Populate(
    IGeographySink sink
)
[ObsoleteAttribute(L"Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")]
public:
void Populate(
    IGeographySink^ sink
)
[<ObsoleteAttribute("Populate(IGeographySink) method is obsolete, use Populate(IGeographySink110) instead.")>]
member Populate : 
        sink:IGeographySink -> unit
public function Populate(
    sink : IGeographySink
)

参数

请参阅

参考

SqlGeography 类

Populate 重载

Microsoft.SqlServer.Types 命名空间