SessionManagerSessionOnlyDataFileFormat Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a session only data location which will override the stdata location for this session only.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static SessionManagerDataFileFormatEnum SessionOnlyDataFileFormat { get; set; }
Public Shared Property SessionOnlyDataFileFormat As SessionManagerDataFileFormatEnum
Get
Set
public:
static property SessionManagerDataFileFormatEnum SessionOnlyDataFileFormat {
SessionManagerDataFileFormatEnum get ();
void set (SessionManagerDataFileFormatEnum value);
}
DataPA.Utils.QueryEngine.SessionManager.get_SessionOnlyDataFileFormat = function();
DataPA.Utils.QueryEngine.SessionManager.set_SessionOnlyDataFileFormat = function(value);
Property Value
Type:
SessionManagerDataFileFormatEnumA session only data location which will override the stdata location for this session only.
Return Value
Type:
SessionManagerDataFileFormatEnumA session only data location which will override the stdata location for this session only.
Remarks See Also