
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.
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 …
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 …
Predefined variables - Azure Pipelines | Microsoft Learn
When you use a variable in a template that isn't marked as available in templates, the variable doesn't render. The variable doesn't render because its value isn't accessible within the …
about_Automatic_Variables - PowerShell | Microsoft Learn
Jan 7, 2025 · This variable has a value only in a scope where parameters are declared, such as a script or function. You can use it to display or change the current values of parameters or to …
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.
Identifier names - rules and conventions - C# | Microsoft Learn
Oct 10, 2025 · An identifier is the name you assign to a type (class, interface, struct, delegate, or enum), member, variable, or namespace. This article covers the essential rules for valid C# …
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.
char and varchar (Transact-SQL) - SQL Server | Microsoft Learn
Character data types that are either fixed-size, char, or variable-size, varchar. Starting with SQL Server 2019 (15.x), when a UTF-8 enabled collation is used, these data types store the full …
Expressions - Azure Pipelines | Microsoft Learn
Oct 27, 2025 · Variables that are defined as expressions shouldn't depend on another variable with expression in value since it isn't guaranteed that both expressions will be evaluated …