
- DECLARE @local_variable (Transact-SQL) - SQL Server- Aug 14, 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 … 
- 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 … 
- Set-Variable (Microsoft.PowerShell.Utility) - PowerShell- The Set-Variable cmdlet assigns a value to a specified variable or changes the current value. If the variable does not exist, the cmdlet creates it. 
- Variables (Transact-SQL) - SQL Server | Microsoft Learn- Nov 22, 2024 · Variable scope 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 … 
- 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. 
- Get Started with Variable Libraries - Microsoft Fabric- Aug 25, 2025 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace. 
- Variable syntax - Win32 apps | Microsoft Learn- Aug 19, 2021 · Each global variable marked extern must be initialized with a literal value; each variable marked static must be initialized with a constant. Global variables that are not marked … 
- about_PSItem - PowerShell | Microsoft Learn- Sep 29, 2025 · 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 … 
- Use data source environment variables in canvas apps- Jan 31, 2025 · Add the environment variable to your current solution prior to exporting. Ensure the solution containing the environment variable is imported to the destination environment before … 
- 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 …