次の方法で共有


BackupRestoreFileInfo.ItemKind プロパティ

項目がファイル、ファイル グループ、ページ、または read_write_filegroups のいずれであるかを指定する値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property ItemKind As BackupRestoreItemKind 
    Get 
    Set
'使用
Dim instance As BackupRestoreFileInfo 
Dim value As BackupRestoreItemKind 

value = instance.ItemKind

instance.ItemKind = value
public BackupRestoreItemKind ItemKind { get; set; }
public:
property BackupRestoreItemKind ItemKind {
    BackupRestoreItemKind get ();
    void set (BackupRestoreItemKind value);
}
member ItemKind : BackupRestoreItemKind with get, set
function get ItemKind () : BackupRestoreItemKind 
function set ItemKind (value : BackupRestoreItemKind)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.BackupRestoreItemKind
項目がファイル、ファイル グループ、ページ、または read_write_filegroups のいずれであるかを指定する値。

関連項目

参照

BackupRestoreFileInfo クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間