MSFT_UCScenarioAssociationInfo class

The MSFT_UCScenarioAssociationInfo class directs the association provider to determine exactly which instances are associated with a scenario. This class contains a single data query that is executed by the correlation association provider when it needs to determine the state of instances associated with the scenario.

Note  For more information about support and installation of this component on a specific operating system, see Operating System Availability of WMI Components.

Syntax

class MSFT_UCScenarioAssociationInfo
{
  string Id;
  string Name;
  string Query;
  string Scenario;
};

Members

The MSFT_UCScenarioAssociationInfo class has these types of members:

  • Properties

Properties

The MSFT_UCScenarioAssociationInfo class has these properties.

Id

Data type: string

Access type: Read/write

Qualifiers: Key

Unique identifier for the MSFT_UCScenarioAssociationInfo instance.

Name

Data type: string

Access type: Read/write

User-readable name for an instance.

Query

Data type: string

Access type: Read-only

Valid Windows Management Instrumentation Query Language (WQL) query.

Scenario

Data type: string

Access type: Read-only

Identifier for the scenario instance that is associated with the MSFT_UCScenarioAssociationInfo instance.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP

Minimum supported server

None supported

End of client support

Windows XP

Namespace

\root\subscription

MOF

Updprov.mof

DLL

Updprov.dll

See also

Supporting Classes for the Updating Consumer