IDataConnectionProperties.ToFullString Method
Retrieves the complete connection string representing the current set of connection properties.
Namespace: Microsoft.Data.ConnectionUI
Assembly: Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)
Syntax
'Declaration
Function ToFullString As String
'Usage
Dim instance As IDataConnectionProperties
Dim returnValue As String
returnValue = instance.ToFullString()
string ToFullString()
String^ ToFullString()
function ToFullString() : String
Return Value
Type: System.String
The entire connection string, including secure or sensitive information.
.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
IDataConnectionProperties Interface
IDataConnectionProperties Members