ExpressionNodeNotConfigurableOperatorException.PropertyName Property

 

Gets the name of the property that threw an exception.

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

Syntax

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

Property Value

Type: System.String

A string value that contains the name of the property that threw an exception.

Examples

See Also

ExpressionNodeNotConfigurableOperatorException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top