
Invoke-Sqlcmd (SqlServer) - SQL Server PowerShell
The Invoke-Sqlcmd cmdlet runs a script containing the languages and commands supported by the SQL Server SQLCMD utility. The commands supported are Transact-SQL statements and the subset of …
Invoke-MgGraphRequest (Microsoft.Graph.Authentication)
Invoke-MgGraphRequest issues REST API requests to the Graph API. It works for any Graph API if you know the REST URI, method, and optional body parameter. This command is especially useful for …
MethodBase.Invoke 方法 (System.Reflection) | Microsoft Learn
如果使用 Invoke 方法对 B 类型的对象调用 M,则反射将使用类 B 提供的实现。 即使将类型 B 的对象强制转换为 A,也会使用类 B 提供的实现 (请参阅下面的代码示例) 。
Invoke-WebRequest (Microsoft.PowerShell.Utility) - PowerShell
The Invoke-WebRequest cmdlet sends HTTP and HTTPS requests to a web page or web service. It parses the response and returns collections of links, images, and other significant HTML elements.
Control.Invoke メソッド (System.Windows.Forms) | Microsoft Learn
The following example demonstrates the 'Invoke(Delegate)' method of 'Control class. A 'ListBox' and a 'Button' control are added to a form, containing a delegate
Platform Invoke (P/Invoke) - .NET | Microsoft Learn
May 10, 2024 · Learn how to declare, instantiate, and invoke delegates for scenarios that require dynamic method invocation, such as callback methods and custom sorting or filtering.
Invoke-RestMethod (Microsoft.PowerShell.Utility) - PowerShell
The Invoke-RestMethod cmdlet sends HTTP and HTTPS requests to Representational State Transfer (REST) web services that return richly structured data. PowerShell formats the response based to …
Invoke-Item (Microsoft.PowerShell.Management) - PowerShell
The Invoke-Item cmdlet performs the default action on the specified item. For example, it runs an executable file or opens a document file in the application associated with the document file type.
Invoke pipeline activity - Microsoft Fabric | Microsoft Learn
Sep 16, 2025 · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.
Control.Invoke Method (System.Windows.Forms) | Microsoft Learn
The following example demonstrates the 'Invoke(Delegate)' method of 'Control class. A 'ListBox' and a 'Button' control are added to a form, containing a delegate