다음을 통해 공유


DbProviderServices.DbGetSpatialServices(String) 메서드

정의

주의

Return DbSpatialServices from the GetService method. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.

DbProviderServices에 대한 공간 서비스를 가져옵니다.

[System.Obsolete("Return DbSpatialServices from the GetService method. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
protected virtual System.Data.Entity.Spatial.DbSpatialServices DbGetSpatialServices (string manifestToken);
abstract member DbGetSpatialServices : string -> System.Data.Entity.Spatial.DbSpatialServices
override this.DbGetSpatialServices : string -> System.Data.Entity.Spatial.DbSpatialServices
Protected Overridable Function DbGetSpatialServices (manifestToken As String) As DbSpatialServices

매개 변수

manifestToken
String

공급자 매니페스트와 연결된 토큰 정보입니다.

반환

공간 서비스입니다.

특성

적용 대상