Partilhar via


Propriedade FailedObject

Gets or sets the object on which the operation failed.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Property FailedObject As Object
    Get
    Set
'Uso
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)

Valor da propriedade

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