Data Management Object Model Reference

IGlobalVariable.DataSource Property

Datasource object for the global Variable. This contains the connection string as well as the QUERY statement that should be executed to calculate the value.

[Visual Basic]
Property DataSource As IDataSource
[C#]
SPSSMR.Data.IDataSource DataSource {get; set;}

See Also

IGlobalVariable Interface | SPSSMR.Data.Transformations Namespace