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