DatabaseFileInfo 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
public class DatabaseFileInfo
type DatabaseFileInfo = class
Public Class DatabaseFileInfo
- Inheritance
-
DatabaseFileInfo
Constructors
DatabaseFileInfo() |
Initializes a new instance of the DatabaseFileInfo class. |
DatabaseFileInfo(String, String, String, String, String, String, Nullable<Double>) |
Initializes a new instance of the DatabaseFileInfo class. |
Properties
DatabaseName |
Gets or sets name of the database |
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 |
SizeMb |
Gets or sets size of the file in megabytes |