SMOServerConn.Password Property

Definition

Sets the password for the connection, if you do not use Windows Authentication.

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

Property Value

A String that specifies a password for the connection.

Remarks

If you do not use Windows Authentication, you must provide the password for the connection.

Applies to