Перечисление RestoreSecurity
Enumerates the action to apply on Role objects during database restoration.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Enumeration RestoreSecurity
'Применение
Dim instance As RestoreSecurity
public enum RestoreSecurity
public enum class RestoreSecurity
type RestoreSecurity
public enum RestoreSecurity
Элементы
Имя элемента | Описание | |
---|---|---|
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. |