VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderServices Class / DbGetSpatialServices Method


In This Topic
    DbGetSpatialServices Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("Return DbSpatialServices from the GetService method. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.")>
    Protected Function DbGetSpatialServices( _
       ByVal manifestToken As System.String _
    ) As System.Data.Entity.Spatial.DbSpatialServices
    'Usage
     
    
    Dim instance As VistaDBProviderServices
    Dim manifestToken As System.String
    Dim value As System.Data.Entity.Spatial.DbSpatialServices
     
    value = instance.DbGetSpatialServices(manifestToken)
    [System.Obsolete("Return DbSpatialServices from the GetService method. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
    protected System.Data.Entity.Spatial.DbSpatialServices DbGetSpatialServices( 
       System.string manifestToken
    )

    Parameters

    manifestToken
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also