FailedObject 속성

Gets or sets the object on which the operation failed.

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

구문

‘선언
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.