ReleaseUpdateDB60_COS Class [AX 2012]

Updates the cost accounting data based on the enhancement done in this version.

Syntax

class ReleaseUpdateDB60_COS extends ReleaseUpdateDB41_COS

Run On

Server

Methods

  Method Description
Gg778784.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg778784.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg778784.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg778784.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg778784.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSAllocationCOSAllocationIdx Updates the index COSAllocationIdx in the table COSAllocation to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSAllocationLineCOSAllocationLi Updates the index COSAllocationLineIdx in the table COSAllocationLine to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSCalcTransCOSCalcTransIdx Updates the index COSCalcTransIdx in the table COSCalcTrans to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSCostBalancesCOSCostBalancesId Updates the index COSCostBalancesIdx in the table COSCostBalances to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSCostPercentCOSCostPercentIdx Updates the index COSCostPercentIdx in the table COSCostPercent to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSCostRatesCOSCostRatesIdx Updates the index COSCostRatesIdx in the table COSCostRates to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSHierarchyLinearCOSHierarchyLi Updates the index COSHierarchyLinearIdx in the table COSHierarchyLinear to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSHierStructureCOSHierStructure Updates the index COSHierStructureIdx in the table COSHierStructure to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSIdx Enables duplicates for new indexes in a cost accounting module to be allowed. (Inherited from ReleaseUpdateDB41_COS.)
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSLedgerControlDimCOSLedgerCont Updates the index COSLedgerControlIdx in the table COSLedgerControlDim to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSLedgerReferenceCOSLedgerRefer Updates the index COSLedgerReferenceIdx in the table COSLedgerReference to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSPlanCostTransCOSPlanCostTrans Updates the index COSPlanCostTransIdx in the table COSPlanCostTrans to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSPlanDimensionsCOSPlanDimensio Updates the index COSPlanDimensionsIdx in the table COSPlanDimensions to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSPlanLineTransCOSPlanLineTrans Updates the index COSPlanLineTransIdx in the table COSPlanLineTrans to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSPlanWorkLoadCOSPlanWorkLoadId Updates the index COSPlanWorkLoadIdx in the table COSPlanWorkLoad to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSPlanWorkTransCOSPlanWorkTrans Updates the index COSPlanWorkTransIdx in the table COSPlanWorkTrans to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSReferenceLineCOSReferenceLine Updates the index COSReferenceLineIdx in the table COSReferenceLine to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSWorkDistributionCOSWorkDistri Updates the index COSWorkDistributionIdx in the table COSWorkDistribution to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowDupCOSWorkDistributionLineCOSWorkDi Updates the index COSWorkDistributionLineIdx in the table COSWorkDistributionLine to allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSAllocationIdx Updates the index COSAllocationIdx in the table COSAllocation to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSAllocationLineIdx Updates the index COSAllocationLineIdx in the table COSAllocationLine to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSCalcTransIdx Updates the index COSCalcTransIdx in the table COSCalcTrans to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSCostBalancesIdx Updates the index COSCostBalancesIdx in the table COSCostBalances to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSCostPercentIdx Updates the index COSCostPercentIdx in the table COSCostPercent to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSCostRatesIdx Updates the index COSCostRatesIdx in the table COSCostRates to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSHierarchyLinearIdx Updates the index COSHierarchyLinearIdx in the table COSHierarchyLinear to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSHierStructureIdx Updates the index COSHierStructureIdx in the table COSHierStructure to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSIdx Disables duplicates for new indexes in a cost accounting module to be allowed. (Inherited from ReleaseUpdateDB41_COS.)
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSLedgerControlDimIdx Updates the index COSLedgerControlIdx in the table COSLedgerControlDim to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSLedgerReferenceIdx Updates the COSReferenceLineIdx index in the COSLedgerReference table to disallow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSPlanCostTransIdx Updates the index COSPlanCostTransIdx in the table COSPlanCostTrans to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSPlanDimensionsIdx Updates the index COSPlanDimensionsIdx in the table COSPlanDimensions to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSPlanLineTransIdx Updates the index COSPlanLineTransIdx in the table COSPlanLineTrans to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSPlanWorkLoadIdx Updates the index COSPlanWorkLoadIdx in the table COSPlanWorkLoad to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSPlanWorkTransIdx Updates the index COSPlanWorkTransIdx in the table COSPlanWorkTrans to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSReferenceLineIdx Updates the index COSReferenceLineIdx in the table COSReferenceLine to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSWorkDistributionIdx Updates the index COSWorkDistributionIdx in the table COSWorkDistribution to not allow duplicate records.
Gg778784.pubmethod(en-us,AX.60).gif allowNoDupCOSWorkDistributionLineIdx Updates the index COSWorkDistributionLineIdx in the table COSWorkDistributionLine to not allow duplicate records.
Gg778784.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif createCOSDimensionAttributeLink Populates the COSDimensionAttributeLink table with links between cost dimensions and dimension attributes.
Gg778784.pubmethod(en-us,AX.60).gif createCostCenterDimensionAttribute_BR Sets the cost center financial dimension in BrazilParameters table.
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSCostPercent Deletes duplicate records from the COSCostPercent table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSCostRatesCOSCostRatesIdx Deletes duplicate records from the COSCostRates table by using field IDs. (Inherited from ReleaseUpdateDB41_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSJournalTrans Deletes duplicate records from the COSJournalTrans table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSLedgerAllocDim Deletes duplicate records from the COSLedgerAllocDim table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSPlanCostTrans Deletes duplicate records from the COSPlanCostTrans table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSPlanDimensions Deletes duplicate records from the COSPlanDimensions table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSPlanLineTrans Deletes duplicate records from the COSPlanLineTrans table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSPlanWorkTrans Deletes duplicate records from the COSPlanWorkTrans table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSPrintReportLine Deletes duplicate records from the COSPrintReportLine table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif deleteDupCOSWorkDistribution Deletes duplicate records from the COSWorkDistribution table by using field IDs. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg778784.privmethod(en-us,AX.60).gif executeStatement
Gg778784.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg778784.protmethod(en-us,AX.60).gif getDimensionEnumerator
Gg778784.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Overrides the initAdditionalUpdateJobs Method.)
Gg778784.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif initJobsUsingUpgradeAttributes Creates upgrade jobs and sets up their dependencies based on the attributes of every upgrade script method in a class. (Inherited from ReleaseUpdateDB.)
Gg778784.protmethod(en-us,AX.60).gif initOperationProgress Creates a progress form that can be used to show the progress of an upgrade step. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains the initial setup for post synchronization upgrade scripts. (Overrides the initPostSyncJobs Method.)
Gg778784.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains initial setup for pre-synchronization upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg778784.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Inherited from ReleaseUpdateDB401_COS.)
Gg778784.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg778784.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif updateAbsorptionCostDimensions_BR Converts dimension and ledger accounts to the dimension framework.
Gg778784.pubmethod(en-us,AX.60).gif updateACOJournalName_BR Converts number sequence code to NumberSequenceTable surrogate key in ACOJournalName_BR table.
Gg778784.pubmethod(en-us,AX.60).gif updateACOJournalTable_BR Converts number sequence code to NumberSequenceTable surrogate key in ACOJournalTable_BR table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSAllocation Converts legacy dimension values to new cost dimension values in the COSAllocation table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSAllocationLine Converts legacy dimension values to new cost dimension values in the COSAllocationLine table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCalcTrans Converts legacy dimension values to new cost dimension values in the COSCalcTrans table. (Overrides the updateCOSCalcTrans Method.)
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCalculation Converts legacy dimension values to new cost dimension values in the COSCalculation table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCostBalances Converts legacy dimension values to new cost dimension values in the COSCostBalances table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCostBudget Converts legacy dimension values to new cost dimension values in the COSCostBudget table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCostDistribution Converts legacy dimension values to new cost dimension values in the COSCostDistribution table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCostDistributionLine Converts legacy dimension values to new cost dimension values in the COSCostDistributionLine table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCostPercent Converts legacy dimension values to new cost dimension values in the COSCostPercent table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCostRates Converts legacy dimension values to new cost dimension values in the COSCostRates table. (Overrides the updateCOSCostRates Method.)
Gg778784.pubmethod(en-us,AX.60).gif updateCOSCostTrans Converts legacy dimension values to new cost dimension values in the COSCostTrans table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSHierarchy Converts legacy dimension values to new cost dimension values in the COSHierarchy table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSHierarchyLinear Converts legacy dimension values to new cost dimension values in the COSHierarchyLinear table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSHierDivision Updates the COSHierDivision table to support the HcmWorker table instead of the EmplTable table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSHierStructure Converts legacy dimension values to new cost dimension values in the COSHierStructure table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSJournalNameTab Converts legacy dimension values to new cost dimension values in the COSJournalNameTab table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSJournalTable Converts legacy dimension values to new cost dimension values in the COSJournalTable table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSJournalTrans Converts legacy dimension values to new cost dimension values in the COSJournalTrans table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSLedgerAllocDim Converts legacy dimension values to new cost dimension values in the COSLedgerAllocDim table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSLedgerControlDim Converts legacy dimension values to new cost dimension values in the COSLedgerControlDim table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSLedgerReference Updates the MainAccount field of the COSLedgerReference table with references to the MainAccount table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSLedgerTable Converts legacy dimension values to new cost dimension values in the COSLedgerTable table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSParameters Converts legacy dimension values to new cost dimension values in the COSParameters table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSPlanCostTrans Converts legacy dimension values to new cost dimension values in the COSPlanCostTrans table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSPlanDimensions Converts legacy dimension values to new cost dimension values in the COSPlanDimensions table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSPlanLineTrans Converts legacy dimension values to new cost dimension values in the COSPlanLineTrans table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSPlanWorkLoad Converts legacy dimension values to new cost dimension values in the COSPlanWorkLoad table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSPlanWorkTrans Converts legacy dimension values to new cost dimension values in the COSPlanWorkTrans table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSReference Converts legacy dimension values to new cost dimension values in the COSReference table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSReferenceLine Converts legacy dimension values to new cost dimension values in the COSReferenceLine table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSReportColumn Converts legacy dimension values to new cost dimension values in the COSReportColumn table.
Gg778784.privmethod(en-us,AX.60).gif updateCostDimensionsInTable
Gg778784.pubmethod(en-us,AX.60).gif updateCOSVersion Converts legacy dimension values to new cost dimension values in the COSVersion table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSWorkBudget Converts legacy dimension values to new cost dimension values in the COSWorkBudget table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSWorkDistribution Converts legacy dimension values to new cost dimension values in the COSWorkDistribution table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSWorkDistributionLine Converts legacy dimension values to new cost dimension values in the COSWorkDistributionLine table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSWorkDistributionLinePriority Updates the Priority field of the COSWorkDistributionLine table with priority from the COSWorkDistribution table.
Gg778784.pubmethod(en-us,AX.60).gif updateCOSWorkTrans Converts legacy dimension values to new cost dimension values in the COSWorkTrans table.
Gg778784.pubmethod(en-us,AX.60).gif updateDateTimeFields (Inherited from ReleaseUpdateDB41_COS.)
Gg778784.pubmethod(en-us,AX.60).gif updateMappingFields Adds special field mapping for the COS tables.
Gg778784.pubmethod(en-us,AX.60).gif updateNumberSequenceTableReference Updates references to NumberSequenceTable table because of a primary key being changed for that table.
Gg778784.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg778784.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg778784.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ReleaseUpdateDB Class
    ReleaseUpdateDB401_COS Class
      ReleaseUpdateDB41_COS Class
        ReleaseUpdateDB60_COS Class