InstanceQuery Class
A type that lets you execute queries against an instance store.
Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)
Usage
'Usage
Dim instance As InstanceQuery
Syntax
'Declaration
Public MustInherit Class InstanceQuery
public abstract class InstanceQuery
public ref class InstanceQuery abstract
public abstract class InstanceQuery
public abstract class InstanceQuery
Remarks
A user first creates an InstanceQueryProvider object, and then invokes CreateInstanceQuery method to obtain access to an InstanceQuery object. Then, the user executes queries against the instance store by invoking methods of the InstanceQuery object.
Inheritance Hierarchy
System.Object
Microsoft.ApplicationServer.StoreManagement.Query.InstanceQuery
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Visual Studio 2010 and later, .NET Framework 4
Target Platforms
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
See Also
Reference
InstanceQuery Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace
ff425134(v=azure.10).md 2011-08-26