Data Management Object Model Reference

GlobalVariable Class

Represents the definition for a global SQL variable.

For a list of all members of this type, see GlobalVariable Members.

System.Object
   SPSSMR.Data.Transformations.GlobalVariable

[Visual Basic]
Public Class GlobalVariable
    Implements IDataManagerGlobalVariable
[C#]
public class GlobalVariable : IDataManagerGlobalVariable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Value of the variable is calculated by connecting to the datasource specified by the connection string parameter and executing the SQL SELECT defined. The implements link below is intentionally broken, please refer to the DMOM Scripting Reference section

Requirements

Namespace: SPSSMR.Data.Transformations

Assembly: SPSSMR.Data.Transformations (in SPSSMR.Data.Transformations.dll)

See Also

GlobalVariable Members | SPSSMR.Data.Transformations Namespace