Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Retrieves the constructed spatial geography object.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property ConstructedGeography As SqlGeography
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Types.SqlGeography
Method returns a SqlGeometry object that represents the constructed spatial geography object.
Comentarios
Throws a FormatException when it is invoked on an empty or incomplete call sequence.