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
'Usage
Dim instance As AdoDotNetConnectionProperties 
Dim returnValue As String 

returnValue = instance.ToSafeString()
public virtual string ToSafeString()
public:
virtual String^ ToSafeString()
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

AdoDotNetConnectionProperties Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace