Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IDataStores Interface / Add Method
Name of the data store
Whether this data store is the default store (to be used as default data store for tags adds, and archive related operations)
Description of the data store
Type of the data store


In This Topic
    Add Method (IDataStores)
    In This Topic
    Add a data store to a Historian server.
    Syntax
    Sub Add( _
       ByVal dataStoreName As System.String, _
       ByVal isDefault As System.Boolean, _
       ByVal description As System.String, _
       ByVal storageType As DataStore.DataStorageType _
    ) 
    void Add( 
       System.string dataStoreName,
       System.bool isDefault,
       System.string description,
       DataStore.DataStorageType storageType
    )
    void Add( 
       System.String^ dataStoreName,
       System.bool isDefault,
       System.String^ description,
       DataStore.DataStorageType storageType
    ) 

    Parameters

    dataStoreName
    Name of the data store
    isDefault
    Whether this data store is the default store (to be used as default data store for tags adds, and archive related operations)
    description
    Description of the data store
    storageType
    Type of the data store
    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