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 the constructed spatial geography object.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ConstructedGeography As SqlGeography
Get
'Usage
Dim instance As SqlGeographyBuilder
Dim value As SqlGeography
value = instance.ConstructedGeography
public virtual SqlGeography ConstructedGeography { get; }
public:
virtual property SqlGeography^ ConstructedGeography {
SqlGeography^ get ();
}
abstract ConstructedGeography : SqlGeography
override ConstructedGeography : SqlGeography
function get ConstructedGeography () : SqlGeography
Eigenschaftswert
Typ: Microsoft.SqlServer.Types.SqlGeography
Method returns a SqlGeometry object that represents the constructed spatial geography object.
Hinweise
Throws a FormatException when it is invoked on an empty or incomplete call sequence.