📄 cim_databasestoragearea.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="DBCR00027" type ="change">CPubs edits to the database// storage classes.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_DatabaseStorageArea// ================================================================== [UMLPackagePath ( "CIM::Database::Storage" ), Version ( "2.8.0" ), Description ( "Databases as modeled by instances of the CommonDatabase class " "are comprised of a collection of logical storage areas that " "are represented by instances of the DatabaseStorageArea class. " "\nDatabase storage areas allow the administrator to logically " "organize the content of the database. This class extends from " "FileSystem and uses the inherited associations to represent " "the internal structure of the database.")]class CIM_DatabaseStorageArea : CIM_FileSystem { [Description ( "A Boolean value that indicates the ownership of this " "StorageArea. A value of true indicates that this " "StorageArea is owned by the DatabaseSystem and contains " "system information. A value of false indicates that this is " "a user StorageArea that contains data.")] boolean IsSystemArea; [Description ( "A timestamp that represents the date and time of the last " "successful backup of the DatabaseStorageArea. This property " "should be set to a value of 0, in interval format " "(00000000000000.000000:000), if it is not known whether a " "backup has ever been completed.")] datetime LastBackup;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -