DbGeography.SpatialTypeName 属性

定义

获取 DBGeography 的空间类型名称。Gets the spatial type name of the DBGeography.

public:
 property System::String ^ SpatialTypeName { System::String ^ get(); };
public string SpatialTypeName { get; }
member this.SpatialTypeName : string
Public ReadOnly Property SpatialTypeName As String

属性值

String

DBGeography 的空间类型名称。The spatial type name of the DBGeography.

适用于