SqlGeographyBuilder.ConstructedGeography 属性

 

检索所构造空间 geography 对象。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

public virtual SqlGeography ConstructedGeography { get; }
public:
property SqlGeography^ ConstructedGeography {
    virtual SqlGeography^ get();
}
abstract ConstructedGeography : SqlGeography with get
override ConstructedGeography : SqlGeography with get
Public Overridable ReadOnly Property ConstructedGeography As SqlGeography

属性值

Type: Microsoft.SqlServer.Types.SqlGeography

方法返回一个 SqlGeometry 对象,此对象表示所构造的空间geography对象。

备注

引发 FormatException 对空或不完整的调用序列调用时。

另请参阅

SqlGeographyBuilder 类
Microsoft.SqlServer.Types 命名空间

返回页首