PackageDatasourceConnection Object
Discussion
When a model is based on a data source that has multiple connections or multiple signons, an ambiguity occurs that must be resolved. The system checks the model to find a package data source connection that will resolve the ambiguity. The data source, connection, and signon belonging to the data source connection are used in such cases.
Related Topics
These tables list related collections, methods, and properties.
Method |
Description |
---|---|
Deletes the PackageDatasourceConnection object. |
|
Updates the PackageDatasourceConnection object. |
|
Verifies the PackageDatasourceConnection object. |
Property |
Description |
---|---|
Returns the Transformer Application object. |
|
When true, the system uses the Transformer signon before using the Content Manager signon. When false, the Content Manager signon is used by default. |
|
Sets or returns the Content Manager connection. |
|
Sets or returns the Content Manager data source. |
|
Returns the parent object. |
|
Sets or returns the Content Manager signon. |
|
Sets or returns the Transformer signon object associated with a package data source connection, which is the IBM Cognos signon. |
Examples
package = model.Packages.Add()connection
= package.PackageDatasourceConnections.Add()