Enum VssSourceType
The VssSourceType enumeration specifies the type of data that a writer manages.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssSourceType
Fields
Name | Description |
---|---|
NonTransactedDB | The source of the data is a database that does not support transactions. |
Other | Unclassified source type—data will be in a file group. This is the default source type. |
TransactedDB | The source of the data is a database that supports transactions, such as Microsoft SQL Server. |
Undefined | The source of the data is not known. This indicates a writer error, and the requester should report it. |