SqlOlapConnectionInfoBase.SecurePassword 属性
Gets or sets the secure password used to establish a connection.
命名空间: Microsoft.SqlServer.Management.Common
程序集: Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public Property SecurePassword As SecureString
Get
Set
用法
Dim instance As SqlOlapConnectionInfoBase
Dim value As SecureString
value = instance.SecurePassword
instance.SecurePassword = value
[BrowsableAttribute(false)]
public SecureString SecurePassword { get; set; }
[BrowsableAttribute(false)]
public:
property SecureString^ SecurePassword {
SecureString^ get ();
void set (SecureString^ value);
}
[<BrowsableAttribute(false)>]
member SecurePassword : SecureString with get, set
function get SecurePassword () : SecureString
function set SecurePassword (value : SecureString)
属性值
类型:System.Security.SecureString
A SecureString value that specifies the password used to establish a connection.