Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Property ItemKind As BackupRestoreItemKind
Get
Set
'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);
}
member ItemKind : BackupRestoreItemKind with get, set
function get ItemKind () : BackupRestoreItemKind
function set ItemKind (value : BackupRestoreItemKind)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.BackupRestoreItemKind
A value that specifies if items are files, file groups, page or read_write_filegroups.