ExpressionSerializationException.ReaderActionType Enumeration

 

Represents the reader action type that is associated with the serialization. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

public enum ReaderActionType
public enum class ReaderActionType
type ReaderActionType
Public Enumeration ReaderActionType

Members

Member name Description
Move

Defines an action to move that is associated with the serialization.

Read

Defines the specified action type.

Undefined

Represents a value that is null.

See Also

Microsoft.SqlServer.Management.Dmf Namespace

Return to top