Ändern Sie dann den neuen geschlossenen Container mit einem Skriptblock.
Geben Sie einen Skriptblock ein, der die Befehle enthält.
Gibt den Text an, der in einem Skriptblock enthalten ist.
Legt den Text fest, der in einem Skriptblock enthalten ist, bzw. gibt ihn zurück.
Ein Skriptblock kann Argumente annehmen und Werte zurückgeben.
A script block can accept arguments and return values.
Fügt den Skriptblock der aktiven Transaktion hinzu.
Adds the script block to the active transaction.
Gibt einen Skriptblock an, der nach dem Verarbeiten aller Eingabeobjekte ausgeführt werden soll.
Specifies a script block to run after processing all input objects.
Der Skriptblock wird nur jedoch ausgeführt, solange die Bedingung mit dem Wert false ausgewertet wird.
However, the script block runs only while the condition is false.
Der Befehl wird als Skriptblock formatiert.
The command is formatted as a script block.
Führt den Skriptblock aus und gibt die Skriptblockergebnisse anstelle eines Modulobjekts zurück.
Runs the script block and returns the script block results instead of returning a module object.
Fügen Sie Ihre Vorlage zu einem Skriptblock hinzu, bei dem das scripts type-Attribut auf text/html gesetzt ist.
Add your template to a script block with the scripts type attribute set to text/html.
Gibt Argumente (Parameterwerte) an, die an den Skriptblock übergeben werden.
Specifies arguments (parameter values) that are passed to the script block.
Es stellt sich heraus, dass vor einem bestimmten Skriptblock, den ich analysieren möchte, ein Kommentar steht.
It turns out there is a comment before a particular script block I want to parse.