Freigeben über


CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE-Enumeration (msclus.h)

Gibt die verschiedenen Momentaufnahme Zustände für ein freigegebenes Volume an.

Syntax

typedef enum CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE {
  ClusterSharedVolumeSnapshotStateUnknown = 0,
  ClusterSharedVolumePrepareForHWSnapshot,
  ClusterSharedVolumeHWSnapshotCompleted,
  ClusterSharedVolumePrepareForFreeze
} ;

Konstanten

 
ClusterSharedVolumeSnapshotStateUnknown
Wert: 0
Gibt an, dass der Momentaufnahme Zustand unbekannt ist.
ClusterSharedVolumePrepareForHWSnapshot
Gibt an, dass die Momentaufnahme erstellt wird.
ClusterSharedVolumeHWSnapshotCompleted
Gibt an, dass die Momentaufnahme abgeschlossen ist.
ClusterSharedVolumePrepareForFreeze
TBD

Anforderungen

   
Unterstützte Mindestversion (Client) Nicht unterstützt
Unterstützte Mindestversion (Server) Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Kopfzeile msclus.h

Weitere Informationen

ClusterSharedVolumeSetSnapshotState

Failoverclusteraufzählungen