ConnectionSettings.SecureConnectionString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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