ValidatedObjectEventArgs Class
Represents an object that was validated as part of a data-tier application (DAC) action, such as deploy or delete.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.Dac.ValidatedObjectEventArgs
Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Class ValidatedObjectEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ValidatedObjectEventArgs
public class ValidatedObjectEventArgs : EventArgs
public ref class ValidatedObjectEventArgs : public EventArgs
type ValidatedObjectEventArgs =  
    class
        inherit EventArgs
    end
public class ValidatedObjectEventArgs extends EventArgs
The ValidatedObjectEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]()  | 
Result | Gets the results of the validation. | 
![]()  | 
ValidatedObject | Gets an object that identifies which object was validated. | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
Equals | (Inherited from Object.) | 
![]()  | 
Finalize | (Inherited from Object.) | 
![]()  | 
GetHashCode | (Inherited from Object.) | 
![]()  | 
GetType | (Inherited from Object.) | 
![]()  | 
MemberwiseClone | (Inherited from Object.) | 
![]()  | 
ToString | (Inherited from Object.) | 
Top
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)