共用方式為


SetPassword 方法

Sets the password for the account that is used to establish the connection.

命名空間:  Microsoft.SqlServer.Management.Smo.Wmi
組件:  Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)

語法

'宣告
Public Sub SetPassword ( _
    password As String _
)
'用途
Dim instance As WmiConnectionInfo
Dim password As String

instance.SetPassword(password)
public void SetPassword(
    string password
)
public:
void SetPassword(
    String^ password
)
member SetPassword : 
        password:string -> unit 
public function SetPassword(
    password : String
)

參數