Proprietà CommandInfo.ExecutionOnMachine

Ottiene o imposta l'esecuzione eseguita su un computer specificato.

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

Uso

Sintassi

'Dichiarazione
Public Overridable Property ExecutionOnMachine As String
public virtual string ExecutionOnMachine { get; protected set; }
public:
virtual property String^ ExecutionOnMachine {
    String^ get ();
    protected: void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ExecutionOnMachine ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_ExecutionOnMachine (String value)
CompilerGeneratedAttribute 
public function get ExecutionOnMachine () : String

CompilerGeneratedAttribute 
protected function set ExecutionOnMachine (value : String)

Valore proprietà

Esecuzione eseguita su un computer specificato.

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