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



Delete Method (IDataStores)
Delete a data store from a Historian server.
Syntax
'Declaration
 
Sub Delete( _
   ByVal dataStoreName As String _
) 
 
'Usage
 
Dim instance As IDataStores
Dim dataStoreName As String
 
instance.Delete(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