About 7,080,000 results
Open links in new tab
  1. 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.

  2. 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.

  3. 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 …

  4. 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.

  5. 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 …

  6. 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.

  7. 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.

  8. 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 …

  9. 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 …

  10. 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.