你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SQLDataDirectoryMapping interface
Encapsulates information regarding data directory
Properties
mapping |
Type of data directory mapping |
source |
Restore source logical name path |
source |
Restore source path |
target |
Target path |
Property Details
mappingType
Type of data directory mapping
mappingType?: string
Property Value
string
sourceLogicalName
Restore source logical name path
sourceLogicalName?: string
Property Value
string
sourcePath
Restore source path
sourcePath?: string
Property Value
string
targetPath
Target path
targetPath?: string
Property Value
string