Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the connection string that excludes sensitive data.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Property SafeConnectionString As String
'Usage
Dim instance As IVsDataConnectionDialog
Dim value As String
value = instance.SafeConnectionString
instance.SafeConnectionString = value
string SafeConnectionString { get; set; }
property String^ SafeConnectionString {
String^ get ();
void set (String^ value);
}
function get SafeConnectionString () : String
function set SafeConnectionString (value : String)
Property Value
Type: System.String
A string value containing the connection string that excludes sensitive data.
.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.
See Also
Reference
IVsDataConnectionDialog Interface