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 네임스페이스