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

  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. Fabric Application Lifecycle Management Variable Library

    5 days ago · Learn how to use a Microsoft Fabric application lifecycle management (ALM) variable library to customize your release stages.

  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. Get Started with Variable Libraries - Microsoft Fabric

    5 days ago · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

  6. 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 type, Guid …

  7. Integer Limits | Microsoft Learn

    Aug 3, 2021 · Learn more about: Integer LimitsMicrosoft-specific The limits for integer types are listed in the following table. Preprocessor macros for these limits are also defined when you …

  8. Define variables - Azure Pipelines | Microsoft Learn

    Oct 27, 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 …

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

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