DbProviderServices.DbGetSpatialServices-Methode
[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("Return DbSpatialServices from the GetService method. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")> _
Protected Overridable Function DbGetSpatialServices ( _
manifestToken As String _
) As DbSpatialServices
'Usage
Dim manifestToken As String
Dim returnValue As DbSpatialServices
returnValue = Me.DbGetSpatialServices(manifestToken)
[ObsoleteAttribute("Return DbSpatialServices from the GetService method. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
protected virtual DbSpatialServices DbGetSpatialServices(
string manifestToken
)
[ObsoleteAttribute(L"Return DbSpatialServices from the GetService method. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
protected:
virtual DbSpatialServices^ DbGetSpatialServices(
String^ manifestToken
)
[<ObsoleteAttribute("Return DbSpatialServices from the GetService method. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")>]
abstract DbGetSpatialServices :
manifestToken:string -> DbSpatialServices
[<ObsoleteAttribute("Return DbSpatialServices from the GetService method. See https://go.microsoft.com/fwlink/?LinkId=260882 for more information.")>]
override DbGetSpatialServices :
manifestToken:string -> DbSpatialServices
protected function DbGetSpatialServices(
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.