IResultInfo.CompletedSuccessfully Property

Definition

Gets a value indicating whether the execution was successful.

public:
 property bool CompletedSuccessfully { bool get(); };
public bool CompletedSuccessfully { get; }
member this.CompletedSuccessfully : bool
Public ReadOnly Property CompletedSuccessfully As Boolean

Property Value

True if the Transact-SQL execution was successful, or false if an exception was thrown.

Applies to