ExpressionNodeNotConfigurableOperatorException コンストラクター (String, String)

エラーについて説明する propertyName パラメーターと expression パラメーターを使用して ExpressionNodeNotConfigurableOperatorException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    propertyName As String, _
    expression As String _
)
'使用
Dim propertyName As String 
Dim expression As String 

Dim instance As New ExpressionNodeNotConfigurableOperatorException(propertyName, _
    expression)
public ExpressionNodeNotConfigurableOperatorException(
    string propertyName,
    string expression
)
public:
ExpressionNodeNotConfigurableOperatorException(
    String^ propertyName, 
    String^ expression
)
new : 
        propertyName:string * 
        expression:string -> ExpressionNodeNotConfigurableOperatorException
public function ExpressionNodeNotConfigurableOperatorException(
    propertyName : String, 
    expression : String
)

パラメーター

  • propertyName
    型: System.String
    エラーをスローするプロパティを示す文字列値です。
  • expression
    型: System.String
    エラー式を含む文字列値です。

関連項目

参照

ExpressionNodeNotConfigurableOperatorException クラス

ExpressionNodeNotConfigurableOperatorException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間