SmiExecuteType Enumeration

Describes where the server should direct the output of a command. The assembly that contains this class has a friend relationship with SQLAccess.dll.  This class is intended for use by SQL Server.  For other databases, use the hosting mechanism provided by that database.

Namespace: Microsoft.SqlServer.Server

Assembly: System.Data (in System.Data.dll)

Friend Enum SmiExecuteType
internal enum SmiExecuteType

Members

Member Name

Description

NonQuery

The command does not produce a result set.

Reader

The result set is directed to a reader.

ToPipe

The result set is directed to a pipe.