ExpressionSerializationException.ReaderActionType-Enumeration
Represents the reader action type that is associated with the serialization. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Undefined | Represents a value that is null. | |
| Move | Defines an action to move that is associated with the serialization. | |
| Read | Defines the specified action type. |