Перечисление ExpressionSerializationException.ReaderActionType
Represents the reader action type that is associated with the serialization. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Enumeration ReaderActionType
'Применение
Dim instance As ExpressionSerializationException.ReaderActionType
public enum ReaderActionType
public enum class ReaderActionType
type ReaderActionType
public enum ReaderActionType
Элементы
Имя элемента | Описание | |
---|---|---|
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. |