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 命名空间