PropertyCannotBeRetrievedException.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.