ExpressionNodeNotConfigurableOperatorException-Konstruktor (String, String)
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
expression As String _
)
'Usage
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
)