⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_databaseadministrator.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="DBCR00029" type ="change">CPubs edits to the database// system classes.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_DatabaseAdministrator// ==================================================================   [Association, UMLPackagePath ( "CIM::Database::System" ),       Version ( "2.7.0" ), Description (       "The DatabaseAdministrator association identifies a UserEntity "       "as a database administrator of a CommonDatabase. \n"       "The current version of CIM includes a UserContact class that "       "is concrete and extends from UserEntity. UserContact contains "       "the information that is needed to contact a database "       "administrator. The DatabaseAdministrator association should be "       "implemented through the UserContact class in favor of creating "       "a vendor-specific concrete class to define database "       "administrator contact information for the database "       "administrator.")]class CIM_DatabaseAdministrator : CIM_Dependency {      [Override ( "Antecedent" ), Description (          "The database that is being administered.")]   CIM_CommonDatabase REF Antecedent;      [Override ( "Dependent" ), Description (          "The user entity that is responsible for the administration "          "of the database.")]   CIM_UserEntity REF Dependent;};

⌨️ 快捷键说明

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