Data Management Object Model Reference

SPSSMR.Data.Transformations Namespace

Namespace hierarchy

Classes

Class Description
ADODataSet Represents a data source.
DataManagerTableDocuments Represents the collection of Table Object Model documents.
DataManagerValue Represents a casedata value during the transformation.
DataManagerWeights Represents the collection of weights.
DataSources Represents the collection of DataSources.
DMScript Represents a entire data manager Script.
DMScriptProperty Represents a property in a data management script section.
DMScriptPropertyCollection Represents the collection of data manager script sections.
DMScriptSection Represents a data manager script section.
DMScriptSectionCollection Represents the collection of properties in a data management script section.
EventHandler Represent the mrScript code to be executed for a named event.
EventHandlers Represent the collection of EventHandlers.
GlobalVariable Represents the definition for a global SQL variable.
GlobalVariables Represents the collection of global variables.
GlobalVariablesSection Abstraction class that encapsulates the GlobalSqlVariables sections.
Job Represents a data transformation.
Job_Old Represents a data transformation.
JobBase Base class for Job and Job_Old. None constructable
JobEventArgs Represents a Job activity event.
Logging Represents the enviroment for setting up and running the logging components.
MetaDataItem Represents the definition for a new metadata item.
MetaDataItems Represents the collection of metadata items.
MetaDataSources Represents the collection of MetaDataSources.
Respondent Represents the active row in the input datasource.
SystemStringCollection A wrapper class of System.Collections.Specialized.StringCollection. This class makes StringCollection available in Data Collection Scripts.

Interfaces

Interface Description
IDataManagerTableDocuments ITomDocuments interface manages the collection of TOM documents.
IDataManagerWeightEngines IDataManagerWeightEngines interface manages the collection of weight engines.
IDataSources IDataSources interface manages the collection of all DataSource objects defined in the transformation.
IEventHandler IEventHandler interface handles an Event Handler Object.
IEventHandlers IEventHandlers interface manages the collection of events inside the transformation.
IGlobalVariable IGlobalVariable interface handles a Global Variable Object.
IGlobalVariablesSection IGlobalVariablesSection interface wraps a datamanager script global variable section.
IJob Interface for the Job object
ILogging ILogging interface is a wrapper of the Log Component used by DMOM.
IMetaDataItem IMetaDataItem interface gives access to the datamanager script metadata section.
IMetaDataItems IMetaDataItems interface manages the collection of MetaDataItems.

Delegates

Delegate Description
Job.CompilationStatus Interactive debugger compilation status.
Job.StartDebug Interactive debugger delegate.

Enumerations

Enumeration Description
DebugReturnValue Enumerates possible return codes from the interactive debugger delegate.
DMScriptProperty.PropertyOptions Enumerates options for handling parameters in a data management script section.
DMScriptProperty.PropertyType Enumerates options for handling parameters in a data management script section.
DMScriptSection.ParameterType Enumerates options for handling parameters in a data management script section.
DMScriptSection.SectionOptions Enumerates options for handling a data management script section.
DMScriptSection.SectionType Enumerates options for handling a data management script section.
EventHandlerType Enumerates possible actions in the mrScriptBasic Engine.