2.2.4 Database File Name Structure
A specific format is used for representing the names of the database files with this protocol. The string is defined as follows.
db-filename = file-type-code UNC-path
file-type-code = "!" / "D"
UNC-path = path as specified by Universal Naming Convention (UNC)
The file name strings MUST be null-terminated Unicode strings. The file-type-code is specified as follows.
Value |
Meaning |
Example |
---|---|---|
'D' |
Database files |
"D\\server\sharepoint\...path..." |
'!' |
Database log files |
"!\\server\sharepoint\...path..." |