次の方法で共有


IVsDataConnectionDialog.SafeConnectionString Property

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

'宣言
Property SafeConnectionString As String
    Get
    Set
string SafeConnectionString { get; set; }
property String^ SafeConnectionString {
    String^ get ();
    void set (String^ value);
}
abstract SafeConnectionString : string with get, set
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

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace