DbProviderServices.GetSpatialServices(String) 方法
定义
为 DbProviderServices 获取空间服务。Gets the spatial services for the DbProviderServices.
public:
System::Data::Spatial::DbSpatialServices ^ GetSpatialServices(System::String ^ manifestToken);
public System.Data.Spatial.DbSpatialServices GetSpatialServices (string manifestToken);
member this.GetSpatialServices : string -> System.Data.Spatial.DbSpatialServices
Public Function GetSpatialServices (manifestToken As String) As DbSpatialServices
参数
- manifestToken
- String
与提供程序清单关联的标记信息。The token information associated with the provider manifest.
返回
空间服务。The spatial services.