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

'宣言
Public Overridable Function ToSafeString As String
'使用
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()

Permissions

See Also

Reference

AdoDotNetConnectionProperties Class

AdoDotNetConnectionProperties Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace