dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / TrustedContextSystemUserID Property

In This Topic
    TrustedContextSystemUserID Property
    In This Topic
    Gets or sets the trusted context SYSTEM AUTHID for the connection.
    Syntax
    'Declaration
     
    Public Property TrustedContextSystemUserID As String
    public string TrustedContextSystemUserID {get; set;}

    Property Value

    The trusted context SYSTEM AUTHID for the connection.
    See Also