About 1,630,000 results
Open links in new tab
  1. Set function - Power Platform | Microsoft Learn

    Mar 22, 2024 · Use the Set function to set the value of a global variable, which temporarily holds a piece of information, such as the number of times the user has selected a button or the result of a data …

  2. about_Variables - PowerShell | Microsoft Learn

    Working with variables To create a new variable, use an assignment statement to assign a value to the variable. You don't have to declare the variable before using it. The default value of all variables is …

  3. Get Started with Variable Libraries - Microsoft Fabric

    Dec 15, 2025 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

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

  5. <condition_variable> | Microsoft Learn

    Dec 7, 2021 · Defines the classes condition_variable and condition_variable_any that are used to create objects that wait for a condition to become true. This header uses Concurrency Runtime (ConcRT) …

  6. Variables - Visual Basic | Microsoft Learn

    Sep 15, 2021 · A variable has a name (the word that you use to refer to the value that the variable contains). A variable also has a data type (which determines the kind of data that the variable can …

  7. 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 examples, but …

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

  9. Variables actions reference - Power Automate | Microsoft Learn

    Jun 20, 2024 · To increase or decrease the value of a numeric variable, use the Increase variable and Decrease variable actions, respectively. Most actions output their result into a variable.

  10. Use variables in Classic release pipelines - Azure Pipelines

    Oct 27, 2025 · Use custom variables To use custom variables in your tasks, enclose the variable name in parentheses and precede it with a $ character. For example, if you have a variable named …