次の方法で共有


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

名前空間:  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
)

パラメーター