หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Enumerates the action to apply on Role objects during database restoration.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration RestoreSecurity
'Usage
Dim instance As RestoreSecurity
public enum RestoreSecurity
public enum class RestoreSecurity
type RestoreSecurity
public enum RestoreSecurity
Members
| 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. |