RestoreSecurity Enumeration
Applies To: SQL Server (starting with 2016)
Enumerates the action to apply on Role objects during database restoration.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| CopyAll | All Role object are copied from backup to the restored database. | |
| IgnoreSecurity | The Role objects from the backup are not copied to restored database. | |
| SkipMembership | The server retains the membership information. |
Show: