Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the object on which the operation failed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property FailedObject As Object
Get
Set
'Usage
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)
Property Value
Type: System.Object
An Object system object value that specifies the object on which the operation failed.