約 2,100,000 件の結果
リンクを新しいタブで開く
  1. 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 …

  2. How to: Create a New Variable - Visual Basic | Microsoft Learn

    2021年9月15日 · How to: Create a New Variable (Visual Basic) You create a variable with a Dim Statement.

  3. about_PSItem - PowerShell | Microsoft Learn

    $PSItem was added to PowerShell in an attempt to provide a clearer meaning to the variable name. However, in practice, the dollar sign underscore form $_ is most commonly used.

  4. DECLARE @local_variable (Transact-SQL) - SQL Server

    2025年11月18日 · 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 …

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

  6. Variables (Transact-SQL) - SQL Server | Microsoft Learn

    2025年11月18日 · 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 …

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

  8. Understand variables in canvas apps - Power Apps | Microsoft Learn

    2025年8月27日 · To declare a variable and its type, just include it in any of these functions anywhere in your app. These functions don't create variables; they only fill variables with values. …

  9. Lifecycle Management of the Microsoft Fabric Variable library ...

    2025年12月15日 · You can use Microsoft Fabric variable libraries to manage configurations across stages of the release pipeline and to save values in Git. This article explains how to use …

  10. Define variables - Azure Pipelines | Microsoft Learn

    2025年10月27日 · 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 …