cim_databasestoragearea.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 37 行

MOF
37
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?