Compartir a través de


ConstructedGeometry Propiedad

Retrieves constructed spatial geometry object.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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