Costruttore InstanceQuery

Crea un'istanza della classe InstanceQuery. Utilizzato in genere da un InstanceQueryProvider nell'implementazione del metodo CreateInstanceQuery.

Spazio dei nomi: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Uso

Sintassi

'Dichiarazione
Protected Sub New
protected InstanceQuery ()
protected:
InstanceQuery ()
protected InstanceQuery ()
protected function InstanceQuery ()

Osservazioni

È innanzitutto necessario creare un oggetto InstanceQueryProvider, quindi è possibile chiamare il metodo CreateInstanceQuery per ottenere accesso a un oggetto InstanceQuery. Successivamente è possibile eseguire le query nell'archivio delle istanze chiamando i metodi dell'oggetto InstanceQuery.

Piattaforme

Piattaforme di sviluppo

Visual Studio 2010 e versioni successive, .NET Framework 4

Piattaforme di destinazione

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

Vedere anche

Informazioni di riferimento

Classe InstanceQuery
InstanceQuery membri
Spazio dei nomi Microsoft.ApplicationServer.StoreManagement.Query