Data Management Object Model Reference

Job_Old.EnvironmentInit Method

Initializes the data manager framework environment including the mrScript engine environment. Depending on the transformation content metadata transformations are done here. The input datasource is opened.

Overload List

Initializes the data manager framework environment including the mrScript engine environment. Depending on the transformation content metadata transformations are done here. The input datasource is opened.

public bool EnvironmentInit();

Inherited from JobBase.

public void EnvironmentInit(int);

Inherited from JobBase.

public void EnvironmentInit(string);

See Also

Job_Old Class | SPSSMR.Data.Transformations Namespace