共用方式為


WmiConnectionInfo.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
)

參數

範例

使用 WMI 提供者管理服務和網路設定

請參閱

參考

WmiConnectionInfo 類別

Microsoft.SqlServer.Management.Smo.Wmi 命名空間

其他資源

WMI and SQL Server

連接到 SQL Server Database Engine