DbProviderServices.DbGetSpatialServices メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
メモ: この API は、互換性のために残されています。
DbProviderServices の空間サービスを取得します。
名前空間: System.Data.Entity.Core.Common
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<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
'使用
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
パラメーター
- manifestToken
型 : System.String
プロバイダー マニフェストに関連したトークン情報。
戻り値
型 : System.Data.Entity.Spatial.DbSpatialServices
空間サービス。