共用方式為


ConnectionSettings.ConnectAsUserPassword 屬性

取得或設定使用模擬進行連接時的使用者密碼。

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

語法

'宣告
Public Property ConnectAsUserPassword As String 
    Get 
    Set
'用途
Dim instance As ConnectionSettings 
Dim value As String 

value = instance.ConnectAsUserPassword

instance.ConnectAsUserPassword = value
public string ConnectAsUserPassword { get; set; }
public:
property String^ ConnectAsUserPassword {
    String^ get ();
    void set (String^ value);
}
member ConnectAsUserPassword : string with get, set
function get ConnectAsUserPassword () : String 
function set ConnectAsUserPassword (value : String)

屬性值

型別:String
String 值,指定當使用使用者模擬來建立連接時所使用的使用者密碼。

備註

如果設定 ConnectAsUser 屬性設定為 TRUE, ConnectAsUserName 屬性和 ConnectAsUserPassword 屬性用於取得模擬的認證。 所有後續連接以指定的使用者認證來建立,而且, LoginSecure 屬性、 Login 屬性和 Password 屬性會遭到忽略。

請參閱

參考

ConnectionSettings 類別

Microsoft.SqlServer.Management.Common 命名空間