VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / GetInformation Method


In This Topic
    GetInformation Method
    In This Topic
    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
    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