Download for Windows Premium
-65% Premium
Publiciteit
Variablen in Windows PowerShell

Vertaling van "Variablen in Windows PowerShell" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
variable in Windows PowerShell
variables in Windows PowerShell
Wenn Sie einer Variablen in Windows PowerShell einen Wert zuweisen, wird die Variable erstellt, sofern sie noch nicht vorhanden ist.
When you assign a value to a variable in Windows PowerShell, the variable is created if it did not already exist.
Mit der folgenden Anweisung wird beispielsweise der Variablen"$MyShell" der Wert "Windows PowerShell" zugewiesen: $MyShell = PowerShell" Wenn Sie einer Variablen in Windows PowerShell einen Wert zuweisen, wird die Variable erstellt, sofern sie noch nicht vorhanden ist.
For example, the following statement assigns the value Windows PowerShell to the $MyShell variable: $MyShell = "Windows PowerShell" When you assign a value to a variable in Windows PowerShell, the variable is created if it did not already exist.
In der folgenden Liste sind die automatischen Variablen in Windows PowerShell aufgeführt
Here is a list of the automatic variables in Windows PowerShell
Variablen in Windows PowerShell verfügen über keinen bestimmten Datentyp, es sei, sie werden umgewandelt.
Variables in Windows PowerShell do not have a specific data type unless you cast them.
Erklärt, wie der Bereich von Funktionen und Variablen in Windows PowerShell festgelegt und geändert wird.
Explains how to set and change the scope of functions and variables in Windows PowerShell.
In der folgenden Liste sind die automatischen Variablen in Windows PowerShell aufgeführt
Here is a list of the automatic variables in Windows PowerShell: $$
Falls Sie in anderen Shells bereits mit Variablen gearbeitet haben, möchten wir Sie daran erinnern, dass es sich bei Variablen in Windows PowerShell um Objekte und nicht um Text handelt.
If you are used to working with variables in other shells, remember that Windows PowerShell variables are objects, not text.
Die zweite Anweisung ändert lediglich deren Wert: $a = 6 $a = 12 Variablen in Windows PowerShell verfügen über keinen bestimmten Datentyp, es sei, sie werden umgewandelt.
The second statement changes only its value: $a = 6 $a = 12 Variables in Windows PowerShell do not have a specific data type unless you cast them.
DETAILBESCHREIBUNG In der folgenden Liste sind die automatischen Variablen in Windows PowerShell aufgeführt: $$ Enthält das letzte Token in der letzten Zeile, die von der Sitzung empfangen wurde.
LONG DESCRIPTION Here is a list of the automatic variables in Windows PowerShell: $$ Contains the last token in the last line received by the session.
Dadurch wird der folgende Wert für die Variable"$a" erhalten: Dienstag, 31. Mai 2005, 00:00:00 ZUWEISEN MEHRERER VARIABLEN In Windows PowerShell können Sie mit einem einzigen Befehl mehreren Variablen Werte zuweisen.
The value of the $a variable would be the following: Tuesday, May 31, 2005 12:00:00 AM ASSIGNING MULTIPLE VARIABLES In Windows PowerShell, you can assign values to multiple variables by using a single command.
Erklärt, wie der Bereich von Funktionen und Variablen in Windows PowerShell festgelegt und geändert wird.
Explains how to set and change the scope of functions and variables in Windows PowerShell.
Falls Sie in anderen Shells bereits mit Variablen gearbeitet haben, möchten wir Sie daran erinnern, dass es sich bei Variablen in Windows PowerShell um Objekte und nicht um Text handelt.
If you are used to working with variables in other shells, remember that Windows PowerShell variables are objects, not text.
Er zijn geen resultaten gevonden voor deze term.
Publiciteit

Resultaten: 12. Exact: 12. Verstreken tijd: 49 ms.