Condividi tramite


Enumerazione RestoreSecurity

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Enumeration RestoreSecurity
'Utilizzo
Dim instance As RestoreSecurity
public enum RestoreSecurity
public enum class RestoreSecurity
type RestoreSecurity
public enum RestoreSecurity

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices