语言

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 身份验证,则必须提供连接所用的密码。

适用于