StorageInfo.ServerPassword 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.
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.