Share via


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
string ToFullString()
String^ ToFullString()
abstract ToFullString : unit -> string
function ToFullString() : String

Return Value

Type: System.String
The entire connection string, including secure or sensitive information.

.NET Framework Security

See Also

Reference

IDataConnectionProperties Interface

Microsoft.Data.ConnectionUI Namespace

ToDisplayString