Konstruktor ExpressionNodeNotConfigurableOperatorException (String, String)
Inicjuje nowe wystąpienie ExpressionNodeNotConfigurableOperatorException klasy z propertyName i expression Parametry, które opisują błąd.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Sub New ( _
propertyName As String, _
expression As String _
)
'Użycie
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
)
Parametry
- propertyName
Typ: System.String
Wartość ciąg, który określa właściwość zgłosił błąd.
- expression
Typ: System.String
Wartość ciąg zawiera wyrażenie błąd.