Property Output
Output
Gets the output of the operation as a string.
Declaration
public string Output { get; }
Property Value
| Type | Description |
|---|---|
| String |
The output of the operation for read-only operations, otherwise
null.
|
Remarks
The output is not
null for read-only immediate operations
such as SHOW operations and is null for operations
that modify system state such as CREATE, DROP,
GRANT, etc.