Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IDataStores Interface / Delete Method
A data store name to delete.


In This Topic
    Delete Method (IDataStores)
    In This Topic
    Delete a data store from a Historian server.
    Syntax
    Sub Delete( _
       ByVal dataStoreName As System.String _
    ) 
    void Delete( 
       System.string dataStoreName
    )
    void Delete( 
       System.String^ dataStoreName
    ) 

    Parameters

    dataStoreName
    A data store name to delete.
    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