
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.
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.
about_Automatic_Variables - PowerShell | Microsoft Learn
Feb 10, 2026 · This variable has a value only in a scope where parameters are declared, such as a script or function. You can use it to display or change the current values of parameters or to pass …
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.
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.
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 …
set (environment variable) - learn.microsoft.com
Sep 6, 2023 · If you specify values for <variable> and <string>, the specified <variable> value is added to the environment and <string> is associated with that variable. If the variable already exists in the …
Visual Studio 2026 Release Notes | Microsoft Learn
5 days ago · 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 …
Work with variables - Microsoft Copilot Studio
Mar 12, 2026 · In the Variable properties panel, you can rename a variable, see where your agent uses it, or convert it to a global variable. You can't convert a global variable back to a topic variable.
Manage variable groups - Azure Pipelines | Microsoft Learn
Jul 15, 2025 · To reference a variable in a variable group, you can use macro syntax or a runtime expression. In the following examples, the group my-variable-group has a variable named myhello.