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