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.