Get Started with Variable Libraries - Microsoft Fabric
2025年12月15日 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.
about_Variables - PowerShell | Microsoft Learn
Working with variables To create a new variable, use an assignment statement to assign a value to the variable. You don't have to declare the variable before using it. The default value of all …
DECLARE @local_variable (Transact-SQL) - SQL Server
2025年11月18日 · 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 …
How to: Create a New Variable - Visual Basic | Microsoft Learn
2021年9月15日 · How to: Create a New Variable (Visual Basic) You create a variable with a Dim Statement.
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.
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 …
about_Variable_Provider - PowerShell | Microsoft Learn
2025年9月29日 · The PowerShell Variable provider lets you get, add, change, clear, and delete PowerShell variables in the current console. The PowerShell Variable provider supports the …
Integration Services (SSIS) Variables - learn.microsoft.com
2024年12月17日 · 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 …
Use variables in Classic release pipelines - Azure Pipelines
2025年10月27日 · 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 …
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.