IDataConnectionProperties.ToDisplayString Method
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.
Retrieves a connection string for on-screen display reflecting the current set of connection properties, minus "sensitive" information that should not be displayed.
public:
System::String ^ ToDisplayString();
public string ToDisplayString ();
abstract member ToDisplayString : unit -> string
Public Function ToDisplayString () As String
Returns
The set of connection properties that are suitable for display on-screen.