Propriété FailedObject
Gets the object that owns the property that cannot be retrieved.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FailedObject As Object
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Object
An Object system object value that specifies the object that owns the property that cannot be retrieved.