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
'宣言
Public Overridable Function ToDisplayString As String
'使用
Dim instance As AdoDotNetConnectionProperties
Dim returnValue As String
returnValue = instance.ToDisplayString()
public virtual string ToDisplayString()
public:
virtual String^ ToDisplayString()
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()
Permissions
- 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.
See Also
Reference
AdoDotNetConnectionProperties Class