Condividi tramite


RecoveryPointCompletionStateTypeConverter Class

Definition

Specifies recovery point completeness. Partial (i.e., only some of the intended items were backed up), or Completed (i.e., ALL intended items were backed up).

public class RecoveryPointCompletionStateTypeConverter : System.Management.Automation.PSTypeConverter
type RecoveryPointCompletionStateTypeConverter = class
    inherit PSTypeConverter
Public Class RecoveryPointCompletionStateTypeConverter
Inherits PSTypeConverter
Inheritance
RecoveryPointCompletionStateTypeConverter

Constructors

RecoveryPointCompletionStateTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to