Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.