Costruttore OperatorNotApplicableException (String, String)
Initializes a new instance of the OperatorNotApplicableException class that has the specified operator and object type.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
operatorName As String, _
typeName As String _
)
'Utilizzo
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
)
Parametri
- 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.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.