DbProviderServices.DbGetSpatialServices(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Return DbSpatialServices from the GetService method. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.
为 DbProviderServices 获取空间服务。
[System.Obsolete("Return DbSpatialServices from the GetService method. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
protected virtual System.Data.Entity.Spatial.DbSpatialServices DbGetSpatialServices (string manifestToken);
abstract member DbGetSpatialServices : string -> System.Data.Entity.Spatial.DbSpatialServices
override this.DbGetSpatialServices : string -> System.Data.Entity.Spatial.DbSpatialServices
Protected Overridable Function DbGetSpatialServices (manifestToken As String) As DbSpatialServices
参数
- manifestToken
- String
与提供程序清单关联的标记信息。
返回
空间服务。
- 属性