Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves constructed spatial geometry object.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Types.SqlGeometry
Method returns a SqlGeometry object that represents the constructed spatial geometry object.
Hinweise
Throws a FormatException when it is invoked on an empty or incomplete call sequence.