About 995,000 results
Open links in new tab
  1. Object variable not set (Error 91) | Microsoft Learn

    Sep 13, 2021 · This error has the following causes and solutions: You attempted to use an object variable that isn't yet referencing a valid object. Specify or respecify a reference for the object …

  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 …

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

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

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

  6. Object variable or With block variable not set - Visual Basic

    Sep 15, 2021 · Make sure you aren't referring to an object variable that has been set to Nothing. Search your code for the keyword Nothing, and revise your code so that the object isn't set to …

  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 …

  8. How to fix "variable $(workspaceFolder) can not be resolved.

    Sep 23, 2024 · How to fix "variable $ (workspaceFolder) can not be resolved. Please open a folder." amrbahaa 0 Sep 23, 2024, 10:07 AM

  9. Typography in Windows - Windows apps | Microsoft Learn

    Nov 5, 2024 · Segoe UI Variable is the new system font for Windows. It is a refreshed take on the classic Segoe and uses variable font technology to dynamically provide great legibility at very …

  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 …