Sdílet prostřednictvím


DbProviderServices.GetSpatialServices Metoda

Definice

Přetížení

GetSpatialServices(DbProviderInfo)

Získá prostorové služby pro DbProviderServices.

GetSpatialServices(String)
Zastaralé.

Získá prostorové služby pro DbProviderServices.

GetSpatialServices(DbProviderInfo)

Získá prostorové služby pro 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

Informace o databázi, pro kterou se budou prostorové služby používat.

Návraty

Prostorové služby.

Platí pro

GetSpatialServices(String)

Upozornění

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

Získá prostorové služby pro 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

Informace o tokenu přidružené k manifestu zprostředkovatele.

Návraty

Prostorové služby.

Atributy

Platí pro