Share via


BackupRestoreFileInfo.ItemKind Property

Gets or sets the backup and restore item kind.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ItemKind As BackupRestoreItemKind
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.BackupRestoreItemKind
Returns a BackupRestoreItemKind enumeration value.

.NET Framework Security

See Also

Reference

BackupRestoreFileInfo Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace