DatabaseEventType 列挙型

定義

public enum DatabaseEventType
type DatabaseEventType = 
Public Enum DatabaseEventType
継承
DatabaseEventType

フィールド

名前 説明
Attach 0

Server.AttachDatabase

Detach 1

Server.DetachDatabase

Restore 2

Restore.SqlRestoreAsync (RestoreActionType.Database)

Offline 3

Database.SetOffine()

Online 4

Database.SetOnline()

Backup 5

Backup.SqlBackupAsync (BackupActionType.Database)

適用対象