SMOServerConn.Password 属性

定义

如果不使用 Windows 身份验证,则设置连接所用的密码。

public:
 property System::String ^ Password {  void set(System::String ^ value); };
public string Password { set; }
member this.Password : string
Public Property Password As String

属性值

一个字符串,指定连接的密码。

注解

如果不使用 Windows 身份验证,则必须提供连接所用的密码。

适用于