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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.