ExpressionSerializationException.ActionType Property

Gets the action type that is associated with the serialization.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property ActionType As ExpressionSerializationException..::..ReaderActionType
    Get
'Usage
Dim instance As ExpressionSerializationException
Dim value As ExpressionSerializationException..::..ReaderActionType

value = instance.ActionType
public ExpressionSerializationException..::..ReaderActionType ActionType { get; }
public:
property ExpressionSerializationException..::..ReaderActionType ActionType {
    ExpressionSerializationException..::..ReaderActionType get ();
}
member ActionType : ExpressionSerializationException..::..ReaderActionType
function get ActionType () : ExpressionSerializationException..::..ReaderActionType

Property Value

Type: Microsoft.SqlServer.Management.Dmf.ExpressionSerializationException.ReaderActionType
A String value that specifies the action type that is associated with the serialization.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.