DatabaseFileInput interface
入力用のデータベース ファイル固有の情報
プロパティ
file |
データベース ファイルの種類。 使用できる値は、'Rows'、'Log'、'Filestream'、'NotSupported'、'Fulltext' です。 |
id | データベース ファイルの一意識別子 |
logical |
ファイルの論理名 |
physical |
ファイルのオペレーティング システムの完全パス |
restore |
復元するファイルの推奨される完全パス |
プロパティの詳細
fileType
データベース ファイルの種類。 使用できる値は、'Rows'、'Log'、'Filestream'、'NotSupported'、'Fulltext' です。
fileType?: DatabaseFileType
プロパティ値
id
データベース ファイルの一意識別子
id?: string
プロパティ値
string
logicalName
ファイルの論理名
logicalName?: string
プロパティ値
string
physicalFullName
ファイルのオペレーティング システムの完全パス
physicalFullName?: string
プロパティ値
string
restoreFullName
復元するファイルの推奨される完全パス
restoreFullName?: string
プロパティ値
string