Vertaling van "New-Object" in Duits
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.
The first command uses the New-Object cmdlet to create a timer object.
The first command uses the New-Object cmdlet to create a timer object.
New-Object returns the object that is created.
New-Object gibt das erstellte Objekt zurück.
The first command uses the New-Object cmdlet to create an instance of a timer object.
Im ersten Befehl wird das Cmdlet New-Object verwendet, um eine Instanz eines Zeitgeberobjekts zu erstellen.
Object New-Object returns the object that is created.
The first command uses the New-Object cmdlet to create an instance of a timer object.
Im ersten Befehl wird das Cmdlet "New-Object" verwendet, um eine Instanz eines Zeitgeberobjekts zu erstellen.
The following New-Object command creates an instance of the
The following example shows how to create a certificate by using the New-Object cmdlet, and then add it to a user account.
Im folgenden Beispiel wird gezeigt, wie ein Zertifikat mit dem Cmdlet New-Object erstellt wird und dann einem Benutzerkonto hinzugefügt wird.
New-Object creates the object and sets each property value and invokes each method in the order that they appear in the hash table.
New-Object erstellt das Objekt und legt jeden Eigenschaftenwert fest. Jede Methode wird in der Reihenfolge aufgerufen, in der sie in der Hashtabelle angezeigt wird.
Calculates the numeric properties of objects, and the characters, words, and lines in string objects, such as the text in files. New-Object
Berechnet die numerischen Eigenschaften von Objekten sowie die Zeichen, Wörter und Zeilen in Zeichenfolgenobjekten, z. B. den Text in -Object
To get an error record object, use the New-Object cmdlet or take an error record object from the array in the $Error automatic variable.
Verwenden Sie zum Abrufen eines Fehlerdatensatzobjekts das Cmdlet New-Object, oder verwenden Sie ein Fehlerdatensatzobjekt aus dem Array in der automatischen Variablen $Error.
To get an error record object, use the New-Object cmdlet or take an error record object from the array in the $Error automatic variable.
Verwenden Sie zum Abrufen eines Fehlerdatensatzobjekts das Cmdlet "New-Object", oder verwenden Sie ein Fehlerdatensatzobjekt aus dem Array in der automatischen Variablen"$Error".
The second command uses the New-Object cmdlet to create an instance of the FSharp code provider and saves the result in the $provider variable.
Im zweiten Befehl wird eine Instanz des FSharp-Codeanbieters mit dem Cmdlet New-Object erstellt, und das Ergebnis wird in der Variablen $provider gespeichert.