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
'Usage
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);
}
public function get ItemKind () : BackupRestoreItemKind
public 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.