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

成员

成员名称 说明
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.

请参阅

参考

Microsoft.SqlServer.Management.Dmf 命名空间