
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 …
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.
Azure Data Factory use Set variaable in Lookup query
Jun 11, 2021 · Learn how to use the Set Variable activity to set the value of an existing variable defined in an Azure Data Factory or Azure Synapse Analytics pipeline or to set a pipeline …
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_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 …
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 …
Variable manipulation and the % notation - Power Automate
Jan 18, 2024 · Power Automate enables you to create complex expressions containing hardcoded values, variable names, arithmetic and logical operations, comparisons and parentheses.
Create a dynamic defined range in a worksheet - Microsoft 365 Apps
Jun 25, 2025 · Provides a method to create a dynamic defined range that can automatically extend to include new information if you have a named range that must be extended.
Learn How to Use Variable Libraries - Microsoft Fabric
Dec 15, 2025 · Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline.
Declarators and variable declarations | Microsoft Learn
Jul 25, 2023 · The rest of this section describes the form and meaning of declarations for variable types summarized in this list. In particular, the remaining sections explain how to declare: