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

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

    Property Value

    The password for the SYSTEM AUTHID of the trusted context.
    See Also