Expand Minimize
This topic has not yet been rated - Rate this topic

ResultFormat Enumeration

The ResultFormat enumeration contains values that specify the format in which to return results for an HTTP endpoint.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum ResultFormat
Member nameDescription
AllResultsReturns all results including informational messages.
RowSetsReturns rowsets only.
NoneNo results are returned.

The ResultFormat enumeration class is served by the ResultFormat property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.