SQLDataDirectoryMapping Class
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.
Encapsulates information regarding data directory
public class SQLDataDirectoryMapping
type SQLDataDirectoryMapping = class
Public Class SQLDataDirectoryMapping
- Inheritance
-
SQLDataDirectoryMapping
Constructors
SQLDataDirectoryMapping() |
Initializes a new instance of the SQLDataDirectoryMapping class. |
SQLDataDirectoryMapping(String, String, String, String) |
Initializes a new instance of the SQLDataDirectoryMapping class. |
Properties
MappingType |
Gets or sets type of data directory mapping. Possible values include: 'Invalid', 'Data', 'Log' |
SourceLogicalName |
Gets or sets restore source logical name path |
SourcePath |
Gets or sets restore source path |
TargetPath |
Gets or sets target path |
Applies to
Azure SDK for .NET