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

public ExpressionSerializationException.ReaderActionType ActionType { get; }
public:
property ExpressionSerializationException::ReaderActionType ActionType {
    ExpressionSerializationException::ReaderActionType get();
}
member ActionType : ExpressionSerializationException.ReaderActionType with get
Public ReadOnly Property ActionType As 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.

Examples

Handling SMO Exceptions

See Also

ExpressionSerializationException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top