PropertyCannotBeRetrievedException.FailedObject Propiedad
Gets the object that owns the property that cannot be retrieved.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Object
An Object system object value that specifies the object that owns the property that cannot be retrieved.