BackupInfo.Password Property
Applies To: SQL Server (starting with 2016)
Gets or sets the password to be used with backup file encryption.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public string Password { get; set; }
public:
property String^ Password {
String^ get();
void set(String^ value);
}
member Password : string with get, set
Public Property Password As String
Property Value
Type: System.String
A String containing the password.
See Also
BackupInfo Class
Microsoft.AnalysisServices Namespace
Return to top