System\CIM_SharedElementRoot.mof.mof (HTML version)

Return to index
CIM_SharedElementRoot Superclass: CIM_Dependency
SharedElementRoot associates the Share to a LogicalElement that is the container for an exported element. The exported element will be identified by a relative path rooted at this element.
Qualifiers:Version ( "2.8.1000" ) Experimental UMLPackagePath ( "CIM::System::FileElements" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_Share REF Dependent ;
The Share that references the Antecedent as the root element that provides the shared element. In the context of sharing file elements, Dependent would be an exported FileShare.
Max ( 1 )
Override ( "Antecedent" )
CIM_LogicalElement REF Antecedent ;
The LogicalElement that is the container for an exported element that is being shared. In the context of sharing file elements, Antecedent could be a FileSystem, or an imported FileShare, or a LogicalFile.