IVsDataExplorerConnection.EncryptedConnectionString 属性

获取包含有关数据连接的一个加密的字符串信息。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property EncryptedConnectionString As String
string EncryptedConnectionString { get; }
property String^ EncryptedConnectionString {
    String^ get ();
}
abstract EncryptedConnectionString : string
function get EncryptedConnectionString () : String

属性值

类型:System.String
包含有关连接的一个加密的字符串信息。

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnection 接口

Microsoft.VisualStudio.Data.Services 命名空间