RestoreSecurity Enum

Definition

Enumerates the action to apply on Role objects during database restoration.

public enum RestoreSecurity
type RestoreSecurity = 
Public Enum RestoreSecurity
Inheritance
RestoreSecurity

Fields

CopyAll 0

All Role object are copied from backup to the restored database.

IgnoreSecurity 2

The Role objects from the backup are not copied to restored database.

SkipMembership 1

The server retains the membership information.

Applies to