Свойство ConstructedGeography
Retrieves the constructed spatial geography object.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property ConstructedGeography As SqlGeography
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Types. . :: . .SqlGeography
Method returns a SqlGeometry object that represents the constructed spatial geography object.
Замечания
Throws a FormatException when it is invoked on an empty or incomplete call sequence.