Condividi tramite


Classe OperatorNotApplicableException

The OperatorNotApplicableException class is an exception that is raised when an operator does not have the appropriate permissions.

Spazio dei nomi:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class OperatorNotApplicableException _
    Inherits DmfException
'Utilizzo
Dim instance As OperatorNotApplicableException
[SerializableAttribute]
public sealed class OperatorNotApplicableException : DmfException
[SerializableAttribute]
public ref class OperatorNotApplicableException sealed : public DmfException
[<SealedAttribute>]
[<SerializableAttribute>]
type OperatorNotApplicableException =  
    class
        inherit DmfException
    end
public final class OperatorNotApplicableException extends DmfException

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
        Microsoft.SqlServer.Management.Dmf..::..OperatorNotApplicableException

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.