DatabaseFileInput 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.
Database file specific information for input
public class DatabaseFileInput
type DatabaseFileInput = class
Public Class DatabaseFileInput
- Inheritance
-
DatabaseFileInput
Constructors
DatabaseFileInput() |
Initializes a new instance of the DatabaseFileInput class. |
DatabaseFileInput(String, String, String, String, String) |
Initializes a new instance of the DatabaseFileInput class. |
Properties
FileType |
Gets or sets database file type Possible values include: 'Rows', 'Log', 'Filestream', 'NotSupported', 'Fulltext' |
Id |
Gets or sets unique identifier for database file |
LogicalName |
Gets or sets logical name of the file |
PhysicalFullName |
Gets or sets operating-system full path of the file |
RestoreFullName |
Gets or sets suggested full path of the file for restoring |