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
string ToFullString()
String^ ToFullString()
abstract ToFullString : unit -> string
Function ToFullString As String
Return Value
Type: System.String
The entire connection string, including secure or sensitive information.
See Also
ToDisplayString
IDataConnectionProperties Interface
Microsoft.Data.ConnectionUI Namespace
Return to top