共用方式為


FailedObject 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property FailedObject As Object
    Get
'用途
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

屬性值

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