NonQueryResult Class
Represents the results from a call to the ExecuteNonQuery method.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.MultiServerConnection.ResultInfo
Microsoft.SqlServer.Management.MultiServerConnection.NonQueryResult
Namespace: Microsoft.SqlServer.Management.MultiServerConnection
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntax
'Declaration
Public NotInheritable Class NonQueryResult _
Inherits ResultInfo
'Usage
Dim instance As NonQueryResult
public sealed class NonQueryResult : ResultInfo
public ref class NonQueryResult sealed : public ResultInfo
[<SealedAttribute>]
type NonQueryResult =
class
inherit ResultInfo
end
public final class NonQueryResult extends ResultInfo
The NonQueryResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Gets the string representation of the current object. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.