Condividi tramite


Proprietà FailedOperationException.FailedObject

Gets or sets the object on which the operation failed.

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

Sintassi

'Dichiarazione
Public Property FailedObject As Object 
    Get 
    Set
'Utilizzo
Dim instance As FailedOperationException 
Dim value As Object 

value = instance.FailedObject

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

Valore proprietà

Tipo: System.Object
An Object system object value that specifies the object on which the operation failed.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

FailedOperationException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo