Freigeben über


BackupRestoreFileInfo.ItemKind-Eigenschaft

Ruft den Typ des Sicherungs- bzw. Wiederherstellungselements ab oder legt ihn fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.BackupRestoreItemKind
Gibt einen BackupRestoreItemKind-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

BackupRestoreFileInfo Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace