Compartilhar via


Propriedade do RDL PropertyCannotBeRetrievedException.FailedObject

Gets the object that owns the property that cannot be retrieved.

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

Sintaxe

'Declaração
Public ReadOnly Property FailedObject As Object 
    Get
'Uso
Dim instance As PropertyCannotBeRetrievedException 
Dim value As Object 

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

Valor da propriedade

Tipo: System.Object
An Object system object value that specifies the object that owns the property that cannot be retrieved.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

PropertyCannotBeRetrievedException Classe

Namespace Microsoft.SqlServer.Management.Smo