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
'Declaration
Public Enumeration ReaderActionType
'Usage
Dim instance As ExpressionSerializationException.ReaderActionType
public enum ReaderActionType
public enum class ReaderActionType
type ReaderActionType
public enum 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. |