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
)