Partager via


Propriété OperatorNotApplicableException.Operator

Gets the operator that is not applicable.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Operator As String 
    Get
'Utilisation
Dim instance As OperatorNotApplicableException 
Dim value As String 

value = instance.Operator
public string Operator { get; }
public:
property String^ Operator {
    String^ get ();
}
member Operator : string
function get Operator () : String

Valeur de propriété

Type : System.String
A String value that specifies the referenced operator.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

OperatorNotApplicableException Classe

Espace de noms Microsoft.SqlServer.Management.Dmf