About 1,370,000 results
Open links in new tab
  1. about_Variables - PowerShell | Microsoft Learn

    To use a variable in a command or expression, type the variable name, preceded by the dollar ($) sign. If the variable name and dollar sign aren't enclosed in quotation marks, or if they're …

  2. Learn How to Use Variable Libraries - Microsoft Fabric

    3 days ago · Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline.

  3. about_PSItem - PowerShell | Microsoft Learn

    PowerShell includes the $PSItem variable and its alias, $_, as automatic variables in scriptblocks that process the current object, such as in the pipeline. This article uses $PSItem in the …

  4. DECLARE @local_variable (Transact-SQL) - SQL Server

    Nov 18, 2025 · The value can be a constant or an expression, but it must either match the variable declaration type or be implicitly convertible to that type. For more information, see …

  5. Lifecycle Management of the Microsoft Fabric Variable library ...

    3 days ago · You can use Microsoft Fabric variable libraries to manage configurations across stages of the release pipeline and to save values in Git. This article explains how to use …

  6. How to: Create a New Variable - Visual Basic | Microsoft Learn

    Sep 15, 2021 · How to: Create a New Variable (Visual Basic) You create a variable with a Dim Statement.

  7. 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 …

  8. Define variables - Azure Pipelines | Microsoft Learn

    Oct 1, 2025 · User-defined variables can be set as read-only. There are naming restrictions for variables (example: you can't use secret at the start of a variable name). You can use a …

  9. Variables (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · The scope of a variable is the range of Transact-SQL statements that can reference the variable. The scope of a variable lasts from the point it's declared until the end of …

  10. Store and manage values in variables in Power Automate - Power …

    Jul 24, 2025 · You can create a variable and declare its data type and initial value all within one action in your flow in the designer. You can only declare variables at the global level, not within …