AdoDotNetConnectionProperties.ToFullString Method
Retrieves a string representation of the current set of data connection properties for this instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overrides Function ToFullString As String
public override string ToFullString()
public:
virtual String^ ToFullString() override
abstract ToFullString : unit -> string
override ToFullString : unit -> string
public override function ToFullString() : String
Return Value
Type: System.String
Returns a string representation of the current set of data connection properties for this instance.
Implements
IDataConnectionProperties.ToFullString()
Remarks
This method provides an implementation of the ToFullString method. For more information see the ToFullString.method in the .NET Framework class library.
.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.