AdoDotNetConnectionProperties.ToDisplayString Method
Retrieves a string representation of the current set of data connection properties that are suitable for on-screen display.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Function ToDisplayString As String
public virtual string ToDisplayString()
public:
virtual String^ ToDisplayString()
abstract ToDisplayString : unit -> string
override ToDisplayString : unit -> string
public function ToDisplayString() : String
Return Value
Type: System.String
A string representation of the current set of data connection properties that are suitable for on-screen display.
Implements
IVsDataConnectionUIProperties.ToDisplayString()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.