ExpressionNodeNotConfigurableOperatorException.Expression Property

The error expression.

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

Syntax

'Declaration
Public ReadOnly Property Expression As String
    Get
'Usage
Dim instance As ExpressionNodeNotConfigurableOperatorException
Dim value As String

value = instance.Expression
public string Expression { get; }
public:
property String^ Expression {
    String^ get ();
}
member Expression : string
function get Expression () : String

Property Value

Type: System.String
A string value that contains the error expression.