Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
---|
Dim instance As IResultObject |
Syntax
Visual Basic |
---|
<DefaultMemberAttribute("Item")> _ Public Interface IResultObject Inherits IComparable, IDisposable, ICloneable |
C# |
---|
[DefaultMemberAttribute("Item")] public interface IResultObject : IComparable, IDisposable, ICloneable |
C++ |
---|
[DefaultMemberAttribute(L"Item")] public interface class IResultObject : IComparable, IDisposable, ICloneable |
J# |
---|
/** @attribute DefaultMemberAttribute("Item") */ public interface IResultObject extends IComparable, IDisposable, ICloneable |
JScript |
---|
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 VistaTarget Platforms
Windows Server 2003,Windows VistaSee Also
Reference
IResultObject MembersMicrosoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
Configuration Manager Objects OverviewConfiguration 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