Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When implemented by a class, retrieves the default string representation of the current connection properties.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function ToString As String
'Usage
Dim instance As IVsDataConnectionProperties
Dim returnValue As String
returnValue = instance.ToString()
string ToString()
String^ ToString()
function ToString() : String
Return Value
Type: System.String
A default string representation of the current connection properties.
Remarks
This method does not handle the sensitive property special case.
.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.
See Also
Reference
IVsDataConnectionProperties Interface
IVsDataConnectionProperties Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace