SMOServerConn.Password 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果不使用 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 身份验证,则必须提供连接所用的密码。