DbProviderServices.GetSpatialServices-Methode (String)
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Hinweis: Diese API ist mittlerweile veraltet.
Ruft die räumlichen Dienste für DbProviderServices ab.
Namespace: System.Data.Entity.Core.Common
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use GetSpatialServices(DbProviderInfo) or DbConfiguration to ensure the configured spatial services are used. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")> _
Public Function GetSpatialServices ( _
manifestToken As String _
) As DbSpatialServices
'Usage
Dim instance As DbProviderServices
Dim manifestToken As String
Dim returnValue As DbSpatialServices
returnValue = instance.GetSpatialServices(manifestToken)
[ObsoleteAttribute("Use GetSpatialServices(DbProviderInfo) or DbConfiguration to ensure the configured spatial services are used. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
public DbSpatialServices GetSpatialServices(
string manifestToken
)
[ObsoleteAttribute(L"Use GetSpatialServices(DbProviderInfo) or DbConfiguration to ensure the configured spatial services are used. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
public:
DbSpatialServices^ GetSpatialServices(
String^ manifestToken
)
[<ObsoleteAttribute("Use GetSpatialServices(DbProviderInfo) or DbConfiguration to ensure the configured spatial services are used. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")>]
member GetSpatialServices :
manifestToken:string -> DbSpatialServices
public function GetSpatialServices(
manifestToken : String
) : DbSpatialServices
Parameter
- manifestToken
Typ: System.String
Die dem Anbietermanifest zugeordneten Tokeninformationen.
Rückgabewert
Typ: System.Data.Entity.Spatial.DbSpatialServices
Die räumlichen Dienste.