共用方式為


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.