Sprache

ResumableOperationStateType Enumeration

Definition

Resumable Operation State: Running, Paused, None.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ResumableOperationStateTypeConverter))]
public enum ResumableOperationStateType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ResumableOperationStateTypeConverter))>]
type ResumableOperationStateType = 
Public Enum ResumableOperationStateType
Vererbung
ResumableOperationStateType
Attribute

Felder

Name Wert Beschreibung
Running 0

Wird ausgeführt.

Paused 1

Angehalten.

None 2

None.

Gilt für: