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 命名空间