RestoreSecurity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the action to apply on Role objects during database restoration.
public enum RestoreSecurity
type RestoreSecurity =
Public Enum RestoreSecurity
- Inheritance
-
RestoreSecurity
Fields
Name | Value | Description |
---|---|---|
CopyAll | 0 | All Role object are copied from backup to the restored database. |
SkipMembership | 1 | The server retains the membership information. |
IgnoreSecurity | 2 | The Role objects from the backup are not copied to restored database. |