IsArray returns True if the variable is an array; otherwise, it returns False. IsArray is especially useful with variants containing arrays.
Wenn die Variable ein Array ist, gibt IsArray den Wert Wahr zurück, andernfalls gibt es Falsch zurück. IsArray ist besonders mit Variant -Variablen hilfreich, die Arrays enthalten.
This variable is an array containing the products.
When the value of the variable is an array, the += operator appends the values on the right side of the operator to the array.
Wenn der Wert der Variablen ein Array ist, fügt der Operator += die Werte rechts vom Operator an das Array angefügt.
To ensure the command creates an array, use the array subexpression operator, , as shown in the following example: $LocalProcesses = (get-process co*) Even if the command returns a single process, the $LocalProcesses variable is an array.
Um sicherzustellen, dass mit dem Befehl ein Array erstellt wird, verwenden Sie den Arrayteilausdruckoperator ( ), wie im folgenden Beispiel veranschaulicht: $LocalProcesses = (get-process co*) Selbst wenn vom Befehl ein einziger Prozess zurückgegeben wird, ist die $LocalProcesses-Variable ein Array.
Even if the command returns a single process, the $LocalProcesses variable is an array.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.