다음을 통해 공유


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.