Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IServer Interface / SetOption Method
An option identifier.
An option value.
Name of the data store whose options are modified.


SetOption Method
Apply a data store specific string option value to a Historian server. The underlying option value type and allowed value range is specific to each option.
Syntax
Sub SetOption( _
   ByVal option As HistorianOption, _
   ByVal value As System.String, _
   Optional ByVal datastore As System.String _
) 

Parameters

option
An option identifier.
value
An option value.
datastore
Name of the data store whose options are modified.
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