Udostępnij za pośrednictwem


DbProviderServices.GetSpatialServices Metoda

Definicja

Przeciążenia

GetSpatialServices(DbProviderInfo)

Pobiera usługi przestrzenne dla programu DbProviderServices.

GetSpatialServices(String)
Przestarzałe.

Pobiera usługi przestrzenne dla programu DbProviderServices.

GetSpatialServices(DbProviderInfo)

Pobiera usługi przestrzenne dla programu DbProviderServices.

public System.Data.Entity.Spatial.DbSpatialServices GetSpatialServices (System.Data.Entity.Infrastructure.DbProviderInfo key);
member this.GetSpatialServices : System.Data.Entity.Infrastructure.DbProviderInfo -> System.Data.Entity.Spatial.DbSpatialServices
Public Function GetSpatialServices (key As DbProviderInfo) As DbSpatialServices

Parametry

key
DbProviderInfo

Informacje o bazie danych, dla których będą używane usługi przestrzenne.

Zwraca

Usługi przestrzenne.

Dotyczy

GetSpatialServices(String)

Przestroga

Use GetSpatialServices(DbProviderInfo) or DbConfiguration to ensure the configured spatial services are used. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.

Pobiera usługi przestrzenne dla programu DbProviderServices.

[System.Obsolete("Use GetSpatialServices(DbProviderInfo) or DbConfiguration to ensure the configured spatial services are used. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
public System.Data.Entity.Spatial.DbSpatialServices GetSpatialServices (string manifestToken);
member this.GetSpatialServices : string -> System.Data.Entity.Spatial.DbSpatialServices
Public Function GetSpatialServices (manifestToken As String) As DbSpatialServices

Parametry

manifestToken
String

Informacje o tokenie skojarzone z manifestem dostawcy.

Zwraca

Usługi przestrzenne.

Atrybuty

Dotyczy