Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the item types for backup or restore database statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration BackupRestoreItemKind
'Usage
Dim instance As BackupRestoreItemKind
public enum BackupRestoreItemKind
public enum class BackupRestoreItemKind
type BackupRestoreItemKind
public enum BackupRestoreItemKind
Members
| Member name | Description | |
|---|---|---|
| FileGroups | The type is FileGroups. | |
| Files | The type is Files. | |
| None | The type is None. | |
| Page | The type is Page. | |
| ReadWriteFileGroups | The type is ReadWriteFileGroups. |