Executes a custom CONNECT action. The method throws an exception if the command has failed.
| [Visual Basic .NET] |
|---|
Public Function ExecuteCommand( _ ByVal ConnectCommand As String _ ) As IAgExecCmdResult |
| [C#] |
|---|
public IAgExecCmdResult ExecuteCommand( |
| [Managed C++] |
|---|
public: IAgExecCmdResult^ ExecuteCommand( |
| [Java] |
|---|
public IAgExecCmdResult executeCommand( |
| [Unmanaged C++] |
|---|
public: HRESULT ExecuteCommand( |
- ConnectCommand
- The connect command to execute.
Execute Connect command
| [C#] | Copy Code | |
|---|---|---|
| ||
Execute Connect command
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
