RestoreDataSourceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration to describe the possible sources of the restore data.
public enum RestoreDataSourceType
type RestoreDataSourceType =
Public Enum RestoreDataSourceType
- Inheritance
-
RestoreDataSourceType
Fields
Name | Value | Description |
---|---|---|
Remote | 0 | Indicates that the restore data comes from a remote device, probably connected through network access. |
Local | 1 | Indicates that the restore data comes from a local device. |