BackupRestoreFileInfo::ItemKind Property
SQL Server 2012
Gets or sets a value that specifies if items are files, file groups, page or read_write_filegroups.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property BackupRestoreItemKind ItemKind { BackupRestoreItemKind get (); void set (BackupRestoreItemKind value); }
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom::BackupRestoreItemKindA value that specifies if items are files, file groups, page or read_write_filegroups.
