约 1,700,000 个结果
在新选项卡中打开链接
  1. Define variables - Azure Pipelines | Microsoft Learn

    2025年2月26日 · 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 group to make variables available across multiple pipelines. Use templates to define variables in one file that are used in multiple pipelines.

  2. Predefined variables - Azure Pipelines | Microsoft Learn

    2024年12月12日 · When you use a variable in a template that isn't marked as available in templates. The variable doesn't render because its value isn't accessible within the template's scope.

  3. Learn How to Use Variable Libraries - Microsoft Fabric

    3 天之前 · Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline.

  4. about_Variables - PowerShell | Microsoft Learn

    2025年1月2日 · 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 $null. To get a list of all the variables in …

  5. Get Started with Variable Libraries - Microsoft Fabric

    2025年7月24日 · Microsoft Fabric Variable libraries enable developers to customize and share item configurations within a workspace, streamlining content lifecycle management. This …

  6. Use variables to improve your DAX formulas - DAX | Microsoft Learn

    2022年10月30日 · The measure definition can be made more efficient by using a variable, VAR. The following measure definition represents an improvement. It uses an expression to assign the "same period last year" result to a variable named SalesPriorYear. The variable is then used twice in the RETURN expression.

  7. Store and manage values in variables in Power Automate - Power …

    2025年7月23日 · 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, conditions, and loops.

  8. Work with variables - Microsoft Copilot Studio

    2025年3月19日 · In the Variable properties panel, you can rename a variable, see where it's used, or convert it to a global variable. You can't convert a global variable back to a topic variable, …

  9. Configuration in ASP.NET Core | Microsoft Learn

    Environment variable names reflect the structure of an appsettings.json file. Each element in the hierarchy is separated by a double underscore (preferable) or a colon.

  10. Set function - Power Platform | Microsoft Learn

    2024年3月22日 · Use the Set function to set the value of a global variable, which temporarily holds a piece of information, such as the number of times the user has selected a button or the result of a data operation.