SMOServerConn.Password Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.