DbProviderServices.GetSpatialServices Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetSpatialServices(DbProviderInfo) |
Obtém os serviços espaciais para o DbProviderServices. |
GetSpatialServices(String) |
Obsoleto.
Obtém os serviços espaciais para o DbProviderServices. |
GetSpatialServices(DbProviderInfo)
Obtém os serviços espaciais para o 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
Parâmetros
- key
- DbProviderInfo
Informações sobre o banco de dados para o qual os serviços espaciais serão usados.
Retornos
Os serviços espaciais.
Aplica-se a
GetSpatialServices(String)
Cuidado
Use GetSpatialServices(DbProviderInfo) or DbConfiguration to ensure the configured spatial services are used. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.
Obtém os serviços espaciais para o 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
Parâmetros
- manifestToken
- String
As informações de token associadas ao manifesto do provedor.
Retornos
Os serviços espaciais.
- Atributos
Aplica-se a
Entity Framework