Condividi tramite


Proprietà FailedOperationException.Operation

Gets or sets the operation that failed.

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

Sintassi

'Dichiarazione
Public Property Operation As String 
    Get 
    Set
'Utilizzo
Dim instance As FailedOperationException 
Dim value As String 

value = instance.Operation

instance.Operation = value
public string Operation { get; set; }
public:
property String^ Operation {
    String^ get ();
    void set (String^ value);
}
member Operation : string with get, set
function get Operation () : String 
function set Operation (value : String)

Valore proprietà

Tipo: System.String
A String value that contains the name of the operation that failed.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

FailedOperationException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo