SqlGeographyBuilder.ConstructedGeography 속성

Retrieves the constructed spatial geography object.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public Overridable ReadOnly Property ConstructedGeography As SqlGeography 
    Get
‘사용 방법
Dim instance As SqlGeographyBuilder 
Dim value As SqlGeography 

value = instance.ConstructedGeography
public virtual SqlGeography ConstructedGeography { get; }
public:
virtual property SqlGeography^ ConstructedGeography {
    SqlGeography^ get ();
}
abstract ConstructedGeography : SqlGeography 
override ConstructedGeography : SqlGeography
function get ConstructedGeography () : SqlGeography

속성 값

유형: Microsoft.SqlServer.Types.SqlGeography
Method returns a SqlGeometry object that represents the constructed spatial geography object.

주의

Throws a FormatException when it is invoked on an empty or incomplete call sequence.

참고 항목

참조

SqlGeographyBuilder 클래스

Microsoft.SqlServer.Types 네임스페이스