Proprietà InstanceQueryArgs.MachineName

Specifica un nome computer. Se specificato, vengono restituite solo le istanze del servizio bloccate da questo computer.

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

Uso

Sintassi

'Dichiarazione
Public Property MachineName As String
public string MachineName { get; set; }
public:
property String^ MachineName {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_MachineName ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_MachineName (String value)
CompilerGeneratedAttribute 
public function get MachineName () : String

CompilerGeneratedAttribute 
public function set MachineName (value : String)

Valore proprietà

Restituisce il nome del computer.

Protezione thread

Qualsiasi membro statico (condiviso in Visual Basic) di questo tipo è thread safe, diversamente dai membri istanza.

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 InstanceQueryArgs
InstanceQueryArgs membri
Spazio dei nomi Microsoft.ApplicationServer.StoreManagement.Query