다음을 통해 공유


ExpressionNodeNotConfigurableOperatorException 생성자 (String, String)

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
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
)

매개 변수