Właściwość Job.Machine
Nazwa komputera, na którym działa zadanie.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property Machine As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Tylko do odczytu ciąg.