共用方式為


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.