IVsDataConnectionProperties.ToSafeString Method

When implemented by a class, retrieves a string representation of the current set of data connection properties that excludes sensitive properties or properties that should not be persisted.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Function ToSafeString As String

Dim instance As IVsDataConnectionProperties
Dim returnValue As String

returnValue = instance.ToSafeString()
string ToSafeString()
String^ ToSafeString()
function ToSafeString() : String

Return Value

Type: System.String

A string representation of the current set of data connection properties that excludes sensitive properties or properties that should not be persisted.

Remarks

An example of a sensitive property is a password property.

Permissions

See Also

Reference

IVsDataConnectionProperties Interface

IVsDataConnectionProperties Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace