다음을 통해 공유


FailedOperationException.FailedObject 속성

Gets or sets the object on which the operation failed.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Property FailedObject As Object 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Object
An Object system object value that specifies the object on which the operation failed.

SMO 예외 처리

참고 항목

참조

FailedOperationException 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스