Share via


AdoDotNetConnectionProperties.ToSafeString Method

Returns a string representation of the current set of data connection properties, excluding the sensitive properties that should be serialized.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Function ToSafeString As String
public virtual string ToSafeString()
public:
virtual String^ ToSafeString()
abstract ToSafeString : unit -> string  
override ToSafeString : unit -> string
public function ToSafeString() : String

Return Value

Type: System.String
A string representation of the current set of data connection properties, excluding the sensitive properties that should be serialized.

Implements

IVsDataConnectionProperties.ToSafeString()

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace