次の方法で共有


SqlGeographyBuilder.ConstructedGeography プロパティ

構築された geography 空間オブジェクトを取得します。

名前空間:  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
このメソッドは、構築された geography 空間オブジェクトを表す SqlGeography オブジェクトを返します。

説明

空の呼び出しシーケンスまたは不完全な呼び出しシーケンスで呼び出されると、FormatException をスローします。

関連項目

参照

SqlGeographyBuilder クラス

Microsoft.SqlServer.Types 名前空間