
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.
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.
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 …
SET variable - Azure Databricks - Databricks SQL | Microsoft Learn
Jun 30, 2025 · Learn how to use the SET variable syntax of the SQL language in Databricks Runtime and Databricks SQL.
Functions with Variable Argument Lists (C++) | Microsoft Learn
Jun 25, 2025 · C++ provides type checking only for the explicitly declared arguments. You can use variable argument lists when the number and types of arguments to the function can vary. The printf …
Dim statement (VBA) | Microsoft Learn
Mar 30, 2022 · Use the Dim statement at the module or procedure level to declare the data type of a variable. For example, the following statement declares a variable as an Integer.
Integration Services (SSIS) Variables - learn.microsoft.com
Dec 17, 2024 · To use an expression to set the variable value, first confirm that the variable data type is compatible with the evaluation result of the expression and then provide an expression in the …
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 …
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 …
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 …