ExpressionNodeNotConfigurableOperatorException.Expression Property

 

The error expression.

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

Syntax

public string Expression { get; }
public:
property String^ Expression {
    String^ get();
}
member Expression : string with get
Public ReadOnly Property Expression As String

Property Value

Type: System.String

A string value that contains the error expression.

Examples

See Also

ExpressionNodeNotConfigurableOperatorException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top