ExpressionNodeNotConfigurableOperatorException 생성자 (String, String)

Initializes a new instance of the ExpressionNodeNotConfigurableOperatorException class with propertyName and expression parameters that describe the error.

네임스페이스:  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
    A string value that specifies the property that threw an error.
  • expression
    유형: System.String
    A string value that contains the error expression.

참고 항목

참조

ExpressionNodeNotConfigurableOperatorException 클래스

ExpressionNodeNotConfigurableOperatorException 오버로드

Microsoft.SqlServer.Management.Dmf 네임스페이스