The ResultFormat enumeration contains values that specify the format in which to return results for an HTTP endpoint.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
语法
声明
Public Enumeration ResultFormat
public enum ResultFormat
public enum class ResultFormat
public enum ResultFormat
public enum ResultFormat
Members
Member name | Description |
---|---|
AllResults | Returns all results including informational messages. |
None | No results are returned. |
RowSets | Returns rowsets only. |
备注
The ResultFormat enumeration class is served by the ResultFormat property.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。