SqlGeography.Populate 方法 (IGeographySink)

 

注意: 此 API 现已过时。

geography类型调用序列应用于 IGeographySink 对象。 调用序列是geography类型的图、线和点的集合。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

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

参数

另请参阅

Populate 重载
SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首