共用方式為


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 命名空間