DatabaseFileInput Class

Definition

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

Applies to