About 50 results
Open links in new tab
  1. about_Variable_Provider - PowerShell | Microsoft Learn

    Sep 29, 2025 · The PowerShell Variable provider lets you get, add, change, clear, and delete PowerShell variables in the current console. The PowerShell Variable provider supports the variables …

  2. Functions - PowerShell | Microsoft Learn

    Jan 23, 2025 · Don't modify the global $ErrorActionPreference variable unless absolutely necessary. If you change it in a local scope, it reverts to the previous value when you exit that scope.

  3. Predefined variables - Azure Pipelines | Microsoft Learn

    When you use a variable in a template that isn't marked as available in templates, the variable doesn't render. The variable doesn't render because its value isn't accessible within the template's scope.

  4. Visual Studio 2026 Release Notes | Microsoft Learn

    Feb 24, 2026 · You don't need to hover or step through lines to see parameter and loop variable values. For complex variables or objects, you can still use DataTips, Visualizers, and other tools to explore …

  5. cmd | Microsoft Learn

    May 23, 2025 · You can use most characters as variable values, including white space. If you use the special characters <, >, |, &, or ^, you must precede them with the escape character ^ or double …

  6. Using Variables in the Script Task - SQL Server Integration Services ...

    Feb 28, 2023 · Variables make it possible for the Script task to exchange data with other objects in the package. For more information, see Integration Services (SSIS) Variables. The Script task uses the …

  7. about_PSItem - PowerShell | Microsoft Learn

    $PSItem was added to PowerShell in an attempt to provide a clearer meaning to the variable name. However, in practice, the dollar sign underscore form $_ is most commonly used.

  8. Variable data types - Power Automate | Microsoft Learn

    A variable of this data type can be produced only through the Extract tables from PDF action. Each item on the list describes an extracted table and provides all the essential information about it.

  9. string interpolation - format string output - C# reference

    Jan 14, 2026 · String interpolation using the `$` token provides a more readable and convenient syntax to format string output than traditional string composite formatting.

  10. Use sqlcmd with Scripting Variables - SQL Server

    Nov 18, 2025 · By changing the server name supplied to the scripting variable, the same script can be executed on different servers. Scripting variables can be defined explicitly by using the setvar …