
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 …
How to: Create a New Variable - Visual Basic | Microsoft Learn
Sep 15, 2021 · How to: Create a New Variable (Visual Basic) You create a variable with a Dim Statement.
Clear-Variable (Microsoft.PowerShell.Utility) - PowerShell
To delete a variable, along with its value, use Remove-Variable or Remove-Item. This cmdlet does not delete the values of variables that are set as constants or owned by the system, even if you use the …
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.
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.
Silent install of Office using a variable - Microsoft Q&A
Feb 3, 2023 · It doesn`t put the variable as the assigned letter and when i try to put the whole path into a variable it so for ex. $D ="$ {P}:\office\setup.exe" it says /configure is wrong cannot user start …
Store max date from one table into a variable then use that variable as ...
Jan 12, 2023 · Three part question. Can I store a query result in a variable using expression? If 1) is possible, is there a workaround to have SSIS evaluate the variable with stored MAX date and store …
Store and retrieve data using literal and variable values in C#
Use data in your applications by creating literal values and variable values of different data types.