2.2.5.2.3 PCBackupProviderState

The PCBackupProviderState type describes the state of the current backup set operation.

   <xs:simpleType name="PCBackupProviderState">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Disconnected" />
       <xs:enumeration value="NotConfigured" />
       <xs:enumeration value="Connected" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

Disconnected

Server is not available.

NotConfigured

Client is not configured for backup.

Connected

Server is connected.