Freigeben über


ExpressionNodeNotConfigurableOperatorException.Expression-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

ExpressionNodeNotConfigurableOperatorException Klasse

Microsoft.SqlServer.Management.Dmf-Namespace