StorageInfo.ServerPassword Property

Definition

Gets the password that SQL Server authentication requires to connect to the SQL Server database that stores the original or the upgraded packages.

public:
 property System::String ^ ServerPassword { System::String ^ get(); };
public string ServerPassword { get; }
member this.ServerPassword : string
Public ReadOnly Property ServerPassword As String

Property Value

The password that is required for SQL Server authentication.

Applies to