NonQueryResult Class

Definition

Represents the results from a call to the ExecuteNonQuery method.

public ref class NonQueryResult sealed : Microsoft::SqlServer::Management::MultiServerConnection::ResultInfo
public sealed class NonQueryResult : Microsoft.SqlServer.Management.MultiServerConnection.ResultInfo
type NonQueryResult = class
    inherit ResultInfo
Public NotInheritable Class NonQueryResult
Inherits ResultInfo
Inheritance
NonQueryResult

Properties

BatchStartingLine

Gets the starting line of the batch in the editor.

(Inherited from ResultInfo)
BatchText

Gets the text of the Transact-SQL batch that was executed.

(Inherited from ResultInfo)
CompletedSuccessfully

Gets True if execution was successful, False if there was an exception.

(Inherited from ResultInfo)
ConnectionInfo

Gets the connection info of the connection producing the result.

(Inherited from ResultInfo)
Exception

Gets or sets the exception that was thrown while executing the Transact-SQL.

(Inherited from ResultInfo)
ExecutionTime

Gets or sets the amount of client wall-time it took to get the result back from the server.

(Inherited from ResultInfo)
LoginName

Gets the name of the login executing the batch.

(Inherited from ResultInfo)
RowsAffected

Gets or sets the number of rows that are affected by the ExecuteNonQuery method.

ServerDisplayName

Gets the display name of the server where the batch was executed.

(Inherited from ResultInfo)
ServerName

Gets the name of the server where the batch was executed.

(Inherited from ResultInfo)
StartTime

Gets or sets the time when the batch was submitted.

(Inherited from ResultInfo)

Methods

ToString()

Gets the string representation of the current object.

Applies to