About 774,000 results
Open links in new tab
  1. 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 because its value isn't accessible within the template's scope.

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

    Nov 22, 2024 · 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 …

  3. Set secret variables - Azure Pipelines | Microsoft Learn

    Mar 25, 2025 · The recommended ways to set secret variables are in the UI, in a variable group, and in a variable group from Azure Key Vault. You can also set secret variables in a script with …

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

  5. Use environment variables - Power Automate | Microsoft Learn

    Jul 11, 2025 · Instead of hardcoding the URL in your flow, store it in an environment variable called API_Base_URL. You can easily change the URL in the environment variable settings …

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

  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 …

  8. How to use task sequence variables - Configuration Manager

    Oct 4, 2022 · When you specify a name for a new task sequence variable, follow these guidelines: The task sequence variable name can include letters, numbers, the underscore character (_), …

  9. Condition Variables - Win32 apps | Microsoft Learn

    Jan 7, 2021 · It is often convenient to use more than one condition variable with the same lock. For example, an implementation of a reader/writer lock might use a single critical section but …

  10. Declaring variables (VBA) | Microsoft Learn

    Jul 31, 2024 · You can implicitly declare a variable in Visual Basic simply by using it in an assignment statement. All variables that are implicitly declared are of type Variant.