About 50 results
Open links in new tab
  1. Learn How to Use Variable Libraries - Microsoft Fabric

    Dec 15, 2025 · Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline.

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

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

  4. Get Started with Variable Libraries - Microsoft Fabric

    Jan 29, 2026 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

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

  6. New-Variable (Microsoft.PowerShell.Utility) - PowerShell

    The New-Variable cmdlet creates a new variable in PowerShell. You can assign a value to the variable while creating it or assign or change the value after it is created.

  7. Visual Studio 2026 Release Notes | Microsoft Learn

    Feb 18, 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 …

  8. char and varchar (Transact-SQL) - SQL Server | Microsoft Learn

    Character data types that are either fixed-size, char, or variable-size, varchar. Starting with SQL Server 2019 (15.x), when a UTF-8 enabled collation is used, these data types store the full range of Unicode …

  9. Expressions - Azure Pipelines | Microsoft Learn

    Jan 9, 2026 · Variables that are defined as expressions shouldn't depend on another variable with expression in value since it isn't guaranteed that both expressions will be evaluated properly. For …

  10. Identifier names - rules and conventions - C# | Microsoft Learn

    Oct 10, 2025 · An identifier is the name you assign to a type (class, interface, struct, delegate, or enum), member, variable, or namespace. This article covers the essential rules for valid C# identifiers and …