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

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

  3. 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 variable group …

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

  5. Manage variable groups - Azure Pipelines | Microsoft Learn

    2025年7月15日 · To reference a variable in a variable group, you can use macro syntax or a runtime expression. In the following examples, the group my-variable-group has a variable named myhello.

  6. Get Started with Variable Libraries - Microsoft Fabric

    2025年12月15日 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

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

  8. Variables - C# language specification | Microsoft Learn

    This chapter covers variable categories, default values, definite assignment, and variable references.

  9. 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 the batch or …

  10. 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. You never declare …