ConnectionSettings.SecureConnectionString 属性
获取或设置连接字符串的加密版本。
命名空间: Microsoft.SqlServer.Management.Common
程序集: Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public Property SecureConnectionString As SecureString
Get
Set
用法
Dim instance As ConnectionSettings
Dim value As SecureString
value = instance.SecureConnectionString
instance.SecureConnectionString = value
[BrowsableAttribute(false)]
public SecureString SecureConnectionString { get; set; }
[BrowsableAttribute(false)]
public:
property SecureString^ SecureConnectionString {
SecureString^ get ();
void set (SecureString^ value);
}
[<BrowsableAttribute(false)>]
member SecureConnectionString : SecureString with get, set
function get SecureConnectionString () : SecureString
function set SecureConnectionString (value : SecureString)
属性值
类型:SecureString
一个 SecureString 值,该值指定加密的连接字符串。
注释
如果将此参数设置物产地了解 , ServerConnection 对象中的所有物产存在于将反映在该连接字符串中的值。
如果您试图设置此物产 , 则无法更改连接时 , 引发 ConnectionCannotBeChangedException 异常。