PackageDatasourceConnection Object

The PackageDatasourceConnection object represents a package data source connection in the Transformer model.

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

Delete Method

Deletes the PackageDatasourceConnection object.

Update Method

Updates the PackageDatasourceConnection object.

Verify Method

Verifies the PackageDatasourceConnection object.

Property

Description

Application Property

Returns the Transformer Application object.

AlwaysUseTransformerSignon Property

When true, the system uses the Transformer signon before using the Content Manager signon. When false, the Content Manager signon is used by default.

Connection Property

Sets or returns the Content Manager connection.

DataSource Property

Sets or returns the Content Manager data source.

Parent Property

Returns the parent object.

Signon Property

Sets or returns the Content Manager signon.

TransformerSignon Property

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()