UserID Property

The UserID property sets or returns the user ID for a signon.

Syntax

Signon .UserID

Applies To

Signon Object

Discussion

Transformer uses information from Signon objects to automatically access secure databases. You may not be able to change the value for this property if

  • the Signon object is an IBM Cognos Signon object
  • it references an Impromptu query definition file (.iqd) signon

Type

String

Access

Read/Write

Examples

signon = model.Signons.Add()signon.UserID = "sa"