Populate 메서드
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)
구문
‘선언
Public Sub Populate ( _
sink As IGeographySink _
)
‘사용 방법
Dim instance As SqlGeography
Dim sink As IGeographySink
instance.Populate(sink)
public void Populate(
IGeographySink sink
)
public:
void Populate(
IGeographySink^ sink
)
member Populate :
sink:IGeographySink -> unit
public function Populate(
sink : IGeographySink
)
매개 변수
- sink
유형: Microsoft.SqlServer.Types. . :: . .IGeographySink
IGeographySink object that has a geography type call sequence of figures, lines, and points applied to it.