FileState Enumeration

 

Specifies the state of the file.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

public enum FileState
public enum class FileState
type FileState
Public Enumeration FileState

Members

Member name Description
Defunct

The file was dropped when it was not online.

Offline

The file is not available for access and may not be present on the disk.

Online

The file is available for all operations.

Recovering

The file is in recovering state.

RecoveryPending

The recovery of the file is postponed.

Restoring

The file is being restored.

Suspect

The recovery of the file failed during an online restore process.

See Also

Microsoft.SqlServer.Management.Smo Namespace

Return to top