Enumerazione ExpressionSerializationException.ReaderActionType
Represents the reader action type that is associated with the serialization. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Enumeration ReaderActionType
'Utilizzo
Dim instance As ExpressionSerializationException.ReaderActionType
public enum ReaderActionType
public enum class ReaderActionType
type ReaderActionType
public enum ReaderActionType
Membri
Nome membro | Descrizione | |
---|---|---|
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. |