次の方法で共有


DatabaseFileInput interface

入力用のデータベース ファイル固有の情報

プロパティ

fileType

データベース ファイルの種類。 使用できる値は、'Rows'、'Log'、'Filestream'、'NotSupported'、'Fulltext' です。

id

データベース ファイルの一意識別子

logicalName

ファイルの論理名

physicalFullName

ファイルのオペレーティング システムの完全パス

restoreFullName

復元するファイルの推奨される完全パス

プロパティの詳細

fileType

データベース ファイルの種類。 使用できる値は、'Rows'、'Log'、'Filestream'、'NotSupported'、'Fulltext' です。

fileType?: DatabaseFileType

プロパティ値

id

データベース ファイルの一意識別子

id?: string

プロパティ値

string

logicalName

ファイルの論理名

logicalName?: string

プロパティ値

string

physicalFullName

ファイルのオペレーティング システムの完全パス

physicalFullName?: string

プロパティ値

string

restoreFullName

復元するファイルの推奨される完全パス

restoreFullName?: string

プロパティ値

string