ValidatedObject Class
The ValidatedObject class describes objects that have been validated.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Dac.ValidatedObject
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Class ValidatedObject
'Usage
Dim instance As ValidatedObject
public class ValidatedObject
public ref class ValidatedObject
type ValidatedObject = class end
public class ValidatedObject
The ValidatedObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidatedObject | Initializes a new instance of the ValidatedObject class that has the specified name and description of the object. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the object. | |
Name | Gets the name of the object. |
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.