次の方法で共有


DbProviderServices.GetSpatialServices メソッド (String)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

メモ: この API は、互換性のために残されています。

DbProviderServices の空間サービスを取得します。

名前空間:  System.Data.Entity.Core.Common
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<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
'使用
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

パラメーター

  • manifestToken
    型 : System.String
    プロバイダー マニフェストに関連したトークン情報。

戻り値

型 : System.Data.Entity.Spatial.DbSpatialServices
空間サービス。

参照

参照

DbProviderServices クラス

GetSpatialServices オーバーロード

System.Data.Entity.Core.Common 名前空間