共用方式為


ConnectionSettings.SecurePassword 屬性

取得或設定使用 SQL Server 驗證時,建立伺服器連接之登入所使用的安全密碼。

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property SecurePassword As SecureString 
    Get 
    Set
'用途
Dim instance As ConnectionSettings 
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)

屬性值

型別:SecureString
SecureString 值,指定當使用 SQL Server 驗證時所需要的安全密碼。

備註

當使用時,密碼屬性值不需要 Windows 驗證。

請參閱

參考

ConnectionSettings 類別

Microsoft.SqlServer.Management.Common 命名空間