Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Retrieves constructed spatial geometry object.
Spazio dei nomi Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Types.SqlGeometry
Method returns a SqlGeometry object that represents the constructed spatial geometry object.
Osservazioni
Throws a FormatException when it is invoked on an empty or incomplete call sequence.