VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / GetInformation Method
The type of the information to return.


In This Topic
    GetInformation Method
    In This Topic
    Gets the provider-specific information.
    Syntax
    'Declaration
     
    
    Public Function GetInformation( _
       ByVal informationType As System.String _
    ) As System.Xml.XmlReader
    'Usage
     
    
    Dim instance As VistaDBProviderManifest
    Dim informationType As System.String
    Dim value As System.Xml.XmlReader
     
    value = instance.GetInformation(informationType)
    public System.Xml.XmlReader GetInformation( 
       System.string informationType
    )

    Parameters

    informationType
    The type of the information to return.

    Return Value

    The provider-specific information.
    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