DataReader.GetResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Result value of the most recent operation.
protected:
Microsoft::EnterpriseManagement::Common::Result ^ GetResult();
protected Microsoft.EnterpriseManagement.Common.Result GetResult ();
member this.GetResult : unit -> Microsoft.EnterpriseManagement.Common.Result
Protected Function GetResult () As Result
Returns
Returns the result value.