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.