
Get Started with Variable Libraries - Microsoft Fabric
1 day ago · 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 …
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 …
Get SNMP Variable | Microsoft Learn
Nov 1, 2024 · The Get SNMP Variable activity will query a network device for the value of variable that is assigned to the Management Information Base address that you specify.
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 …
Variable library integration with pipelines - Microsoft Fabric
Oct 16, 2025 · The Variable library supports Boolean, Datetime, Guid, Integer, Number, and String as data types. In your pipeline, you will see Boolean as Bool type, Datetime as String …
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.
Fabric Application Lifecycle Management Variable Library
1 day ago · Learn how to use a Microsoft Fabric application lifecycle management (ALM) variable library to customize your release stages.
Variables actions reference - Power Automate | Microsoft Learn
Jun 20, 2024 · To increase or decrease the value of a numeric variable, use the Increase variable and Decrease variable actions, respectively. Most actions output their result into a variable.
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.