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 数据库引擎