SelectTransformDataSource Property |
Gets or sets the data source the process inception transform operates on.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IDataSource DataSource { get; protected set; }Public Property DataSource As IDataSource
Get
Protected Set
public:
property IDataSource^ DataSource {
IDataSource^ get ();
protected: void set (IDataSource^ value);
}member DataSource : IDataSource with get, set
Property Value
Type:
IDataSource
See Also