约 855,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 variables is …

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

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

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

  4. Object variable not set (Error 91) | Microsoft Learn

    2021年9月13日 · This error has the following causes and solutions: You attempted to use an object variable that isn't yet referencing a valid object. Specify or respecify a reference for the object …

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

  6. Object variable or With block variable not set - Visual Basic

    2021年9月15日 · 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 …

  7. Variable data types - Power Automate | Microsoft Learn

    A variable of this data type can be produced only through the Extract tables from PDF action. Each item on the list describes an extracted table and provides all the essential information about it.

  8. Environment Variables - Win32 apps | Microsoft Learn

    2025年7月14日 · The GetEnvironmentVariable function determines whether a specified variable is defined in the environment of the calling process, and, if so, what its value is.

  9. about_PSItem - PowerShell | Microsoft Learn

    When the variable or parameter value is an array, the scriptblock is called once for each object in the array with $PSItem as the current object. function Add-EvenNumber {

  10. Use Environment Variables in a Build - MSBuild | Microsoft Learn

    2025年8月13日 · Reference the environment variable the same way you would a variable declared in your project file. For example, the following code references the BIN_PATH environment variable: