AdoDotNetConnectionProperties.ToTestString 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 form of the connection string that can be used for testing the connection.
protected:
virtual System::String ^ ToTestString();
protected virtual string ToTestString ();
abstract member ToTestString : unit -> string
override this.ToTestString : unit -> string
Protected Overridable Function ToTestString () As String
Returns
Returns a testable form of the connection string.