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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.