Construtor OperatorNotApplicableException (String, String)
Initializes a new instance of the OperatorNotApplicableException class that has the specified operator and object type.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
operatorName As String, _
typeName As String _
)
'Uso
Dim operatorName As String
Dim typeName As String
Dim instance As New OperatorNotApplicableException(operatorName, _
typeName)
public OperatorNotApplicableException(
string operatorName,
string typeName
)
public:
OperatorNotApplicableException(
String^ operatorName,
String^ typeName
)
new :
operatorName:string *
typeName:string -> OperatorNotApplicableException
public function OperatorNotApplicableException(
operatorName : String,
typeName : String
)
Parâmetros
- operatorName
Tipo: System. . :: . .String
A String value that specifies the name of the operator.
- typeName
Tipo: System. . :: . .String
A String value that specifies the type of object.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.