openPDC Historian Help
SourceID Property
NamespacesTVA.Historian.FilesMetadataRecordSourceID
Gets or sets the numeric identifier of the data source for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public int SourceID { get; set; }
Public Property SourceID As Integer
public:
property int SourceID {
	int get ();
	void set (int value);
}
Remarks
SourceID is used for the determination of "global time" when that client option is in effect. When "global time" is in effect, the historian returns the current data time for a HistorianID based on the latest time received for all HistorianIDs with the same SourceID.
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive or zero.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252