cim_databasecontrolfile.mof

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

MOF
34
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="DMTFCR01560" type ="change">Change DatabaseControlFile// to 0..1</change>// <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_DatabaseControlFile// ==================================================================   [Association, UMLPackagePath ( "CIM::Database::Storage" ),       Version ( "2.10" ), Description (       "CIM_DatabaseControlFile is a specialization of the "       "CIM_Dependency association that identifies the LogicalFiles "       "that provide control information for a Database. As an "       "example, some implementations of CommonDatabase assign "       "particular significance to a small number of files that "       "contain database state and configuration information. This "       "association is intended to provide an efficient means of "       "identifying these files.")]class CIM_DatabaseControlFile : CIM_HostedDependency {      [Override ( "Antecedent" ), Min ( 0 ), Max ( 1 ), Description (          "The parent CommonDatabase for the associated control file.")]   CIM_CommonDatabase REF Antecedent;      [Override ( "Dependent" ), Description (          "The LogicalFile that contains control information for the "          "associated CommonDatabase.")]   CIM_LogicalFile REF Dependent;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?