IResultObject Interface

Exposes data for result objects in Configuration Manager 2007, which are individual management objects or result sets containing one or more objects.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As IResultObject

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Interface IResultObject
    Inherits IComparable, IDisposable, ICloneable
[DefaultMemberAttribute("Item")] 
public interface IResultObject : IComparable, IDisposable, ICloneable
[DefaultMemberAttribute(L"Item")] 
public interface class IResultObject : IComparable, IDisposable, ICloneable
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IResultObject extends IComparable, IDisposable, 
    ICloneable
DefaultMemberAttribute("Item") 
public interface IResultObject extends IComparable, IDisposable, 
    ICloneable

Remarks

This interface and its relationship to the management provider are introduced in Managed SMS Provider Fundamentals in Configuration Manager. All result objects that are usable in the Configuration Manager console must support this interface. The support is automatically provided when your application creates a management object. It is also available on a result set that is retrieved by a query.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

IResultObject Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace

Other Resources

Configuration Manager Objects Overview
Configuration Manager Result Sets
Managed SMS Provider Fundamentals in Configuration Manager
How to Create a Configuration Manager Object by Using Managed Code
How to Perform a Synchronous Configuration Manager Query by Using Managed Code