Свойство BackupRestoreFileInfo.ItemKind

Gets or sets a value that specifies if items are files, file groups, page or read_write_filegroups.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property ItemKind As BackupRestoreItemKind 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.BackupRestoreItemKind
A value that specifies if items are files, file groups, page or read_write_filegroups.

См. также

Справочник

BackupRestoreFileInfo Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom