Proprietà Machine
Gets the name of the computer on which the job is running.
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
Public Property Machine As String
Get
Set
'Utilizzo
Dim instance As Job
Dim value As String
value = instance.Machine
instance.Machine = value
public string Machine { get; set; }
public:
property String^ Machine {
String^ get ();
void set (String^ value);
}
member Machine : string with get, set
function get Machine () : String
function set Machine (value : String)
Valore proprietà
Tipo: System. . :: . .String
A string that contains the name of the computer on which the job is running.