AJE Components
DataStoreScheduling MethodsAJE Data Asset Engine Help
The DataStoreScheduling type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCanRunSchedules
Public methodCheckSchedule
Function Checks an Auto Execution Schedule.
Public methodClean
Cleans the Data Store by Saving and Cleaning Invalid Data.
(Inherited from DataStore.)
Public methodClear
Clears and Resets the Data Store.
(Overrides DataStore Clear .)
Public methodClearFlags (Inherited from DataStore.)
Public methodClone (Inherited from EngineClassBase.)
Public methodCopyObject (Inherited from EngineClassBase.)
Public methodCopyProperties(Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties(EngineClassBase, Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties``2(UMP, UMP) (Inherited from EngineClassBase.)
Public methodDeepClone (Inherited from EngineClassBase.)
Public methodDeepCopy (Inherited from EngineClassBase.)
Public methodDeleteDataCommandQuery
Deletes a Data Command Query from the Store.
(Inherited from DataStore.)
Public methodDeleteDataExecutionPlan
Deletes a Data Execution Plan from the Store.
(Inherited from DataStore.)
Public methodDeleteDataOutput
Deletes a Data Output from the Store.
(Inherited from DataStore.)
Public methodDeleteDataReport
Deletes a Data Report from the Store.
(Inherited from DataStore.)
Public methodDeleteDataSchedule
Deletes a Data Report from the Store.
(Inherited from DataStore.)
Public methodDeleteDataSource
Deletes a Data Source from the Store.
(Inherited from DataStore.)
Public methodDeserialize(String) (Inherited from EngineClassBase.)
Public methodDeserialize(XmlDocument) (Inherited from EngineClassBase.)
Public methodDeserialize(TextReader) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String, Encoding) (Inherited from EngineClassBase.)
Public methodDeSerializeMe (Inherited from EngineClassBase.)
Public methodDisableScheduling
Function Disables Auto Execution Scheduling.
Public methodDispose  (Inherited from EngineClassBase.)
Protected methodDispose(Boolean)
Disposes the Data Store Class and releases resources.
Public methodEnableScheduling 
Function Enables Auto Execution Scheduling.
Public methodEnableScheduling(Boolean)
Function Enables Auto Execution Scheduling.
Public methodEquals (Inherited from DataConnectionBase.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetActiveSchedulesCount
Returns the Active Number of Data Schedules.
(Inherited from DataStore.)
Public methodGetDataName (Inherited from DataStore.)
Public methodGetDataServerName (Inherited from DataStore.)
Public methodGetHashCode (Inherited from DataConnectionBase.)
Public methodGetPropertyNames (Inherited from EngineClassBase.)
Public methodGetReportDataXML (Inherited from DataStore.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasChanged
Returns True if the in-memory copy of the Data Store has been modified.
(Inherited from DataStore.)
Public methodHasDataCommandQueriesChanged
Returns True if the Data Command Collection has Changed.
(Inherited from DataStore.)
Public methodHasDataExecutionPlansChanged
Returns True if the Data Execution Plan Collection has Changed.
(Inherited from DataStore.)
Public methodHasDataFoldersChanged 
Returns True if the Data Folder Collection has Changed.
(Inherited from DataStore.)
Public methodHasDataFoldersChanged(DataFolder FolderTypes)
Returns True if the Data Folder Collection is Changed.
(Inherited from DataStore.)
Public methodHasDataOutputsChanged
Returns True if the Data Output Collection has Changed.
(Inherited from DataStore.)
Public methodHasDataReportsChanged
Returns True if the Data Report Collection has Changed.
(Inherited from DataStore.)
Public methodHasDataSchedulesChanged
Returns True if the Data Schedules Collection has Changed.
(Inherited from DataStore.)
Public methodHasDataSourcesChanged
Returns True if the Data Source Collection has Changed.
(Inherited from DataStore.)
Public methodHasProperty (Inherited from EngineClassBase.)
Public methodInitialize
Initializes the Data Store Class.
(Overrides DataStore Initialize .)
Public methodIsDifferent (Inherited from EngineClassBase.)
Public methodLoad
Fully Loads the Data Store with all Objects.
(Inherited from DataStore.)
Public methodLoadDataCommandQueries
Loads Data Command Queries into the Data Store.
(Inherited from DataStore.)
Public methodLoadDataExecutionPlans
Loads Data Execution Plans into the Data Store.
(Inherited from DataStore.)
Public methodLoadDataFolders (Inherited from DataStore.)
Public methodLoadDataOutputs
Loads Data Outputs into the Data Store.
(Inherited from DataStore.)
Public methodLoadDataReports
Loads Data Reports into the Data Store.
(Inherited from DataStore.)
Public methodLoadDataSchedules
Loads Data Schedules into the Data Store.
(Inherited from DataStore.)
Public methodLoadDataSources
Loads Data Sources into the Data Store.
(Inherited from DataStore.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnChanged (Inherited from EngineClassBase.)
Public methodOnClearing (Inherited from EngineClassBase.)
Public methodOnDirty (Inherited from EngineClassBase.)
Public methodOnPropertyChanged (Inherited from EngineClassBase.)
Public methodPropertiesToCSV (Inherited from EngineClassBase.)
Public methodPropertiesToString (Inherited from EngineClassBase.)
Public methodPropertiesToXML (Inherited from EngineClassBase.)
Public methodSave
Saves the entire Data Store.
(Inherited from DataStore.)
Public methodSaveDataCommandQueries
Saves the Data Command Collection to the Data Store.
(Inherited from DataStore.)
Public methodSaveDataExecutionPlans
Saves the Data Execution Plans Collection to the Data Store.
(Inherited from DataStore.)
Public methodSaveDataFolders
Saves the Data Folders Collection to the Data Store.
(Inherited from DataStore.)
Public methodSaveDataOutputs
Saves the Data Outputs Collection to the Data Store.
(Inherited from DataStore.)
Public methodSaveDataReports
Saves the Data Reports Collection to the Data Store.
(Inherited from DataStore.)
Public methodSaveDataSchedules
Saves the Data Reports Collection to the Data Store.
(Inherited from DataStore.)
Public methodSaveDataSources
Saves the Data Sources Collection to the Data Store.
(Inherited from DataStore.)
Public methodSaveXML
Saves the Data Store to an XML File.
(Inherited from DataStore.)
Public methodSerialize  (Inherited from EngineClassBase.)
Public methodSerialize(XmlWriterSettings) (Inherited from EngineClassBase.)
Public methodSerialize(Encoding) (Inherited from EngineClassBase.)
Public methodSerialize(String) (Inherited from EngineClassBase.)
Public methodSerialize(String, Encoding) (Inherited from EngineClassBase.)
Public methodSerializeMe (Inherited from EngineClassBase.)
Public methodSetError (Inherited from EngineClassBase.)
Public methodSetException (Inherited from EngineClassBase.)
Public methodSetIsChanged (Inherited from EngineClassBase.)
Public methodSetIsClean (Inherited from EngineClassBase.)
Public methodSetIsDirty (Inherited from EngineClassBase.)
Public methodShallowClone (Inherited from EngineClassBase.)
Public methodShallowCopy (Inherited from EngineClassBase.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also