ConstructedGeometry 属性

Retrieves constructed spatial geometry object.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry
    Get
用法
Dim instance As SqlGeometryBuilder
Dim value As SqlGeometry

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

属性值

类型:Microsoft.SqlServer.Types. . :: . .SqlGeometry
Method returns a SqlGeometry object that represents the constructed spatial geometry object.

注释

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