ConnectionSettings.SecureConnectionString Property

Definition

The property will return a SecureString version of either the user specified connection string or it will return the computed connection string based on object settings. If explicitly set, All properties in the ServerConnection object will be populated to reflect the passed in connection string. Exceptions: ConnectionCannotBeChangedException

[System.ComponentModel.Browsable(false)]
public System.Security.SecureString SecureConnectionString { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SecureConnectionString : System.Security.SecureString with get, set
Public Property SecureConnectionString As SecureString

Property Value

Attributes

Applies to