RestoreType Enumeration

The RestoreType enumeration contains values that specify the type of restore operation to perform.

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

语法

声明
Public Enumeration RestoreType
public enum RestoreType
public enum class RestoreType
public enum RestoreType
public enum RestoreType

Members

Member name Description
Database A database restore operation.
File A file restore operation.
FileGroup A filegroup restore operation.
VerifyOnly A restore verification operation.

备注

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Management.Smo Namespace