IVsDataConnection.DisplayConnectionString 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.
Gets the connection string in which sensitive information, if present, is formatted for secure display.
public:
property System::String ^ DisplayConnectionString { System::String ^ get(); };
public string DisplayConnectionString { get; }
member this.DisplayConnectionString : string
Public ReadOnly Property DisplayConnectionString As String
Property Value
A String value representing the connection string in a format suitable for display purposes.