Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Invokes the command with the specified arguments for each node in the selection corresponding to one data connection.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Sub Invoke ( _
arg As Object _
)
public override void Invoke(
Object arg
)
public:
virtual void Invoke(
Object^ arg
) override
abstract Invoke :
arg:Object -> unit
override Invoke :
arg:Object -> unit
public override function Invoke(
arg : Object
)
Parameters
arg
Type: System.ObjectArguments for the command to be invoked.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.