ExpressionNodeNotConfigurableOperatorException.Expression プロパティ

エラー式です。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public ReadOnly Property Expression As String 
    Get
'使用
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

プロパティ値

型: System.String
エラー式を含む文字列値です。

関連項目

参照

ExpressionNodeNotConfigurableOperatorException クラス

Microsoft.SqlServer.Management.Dmf 名前空間