
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 variables is …
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.
Store and manage values in variables in Power Automate - Power …
Jul 24, 2025 · You can create a variable and declare its data type and initial value all within one action in your flow in the designer. You can only declare variables at the global level, not within scopes, …
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.
Recognized environment variables | Microsoft Learn
Jan 29, 2025 · Learn how to use environment variables to identify folders that can be different on different computers.
Get-Variable (Microsoft.PowerShell.Utility) - PowerShell
The Get-Variable cmdlet gets the PowerShell variables in the current console. You can retrieve just the values of the variables by specifying the ValueOnly parameter, and you can filter the variables …
Variable data types - Power Automate | Microsoft Learn
A variable of this data type can be produced only through the Extract tables from PDF action. Each item on the list describes an extracted table and provides all the essential information about it.
Variables (Transact-SQL) - SQL Server | Microsoft Learn
Nov 18, 2025 · The scope of a variable is the range of Transact-SQL statements that can reference the variable. The scope of a variable lasts from the point it's declared until the end of the batch or stored …
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 …
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 Nothing until …