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