Classe ValidatedObject
The ValidatedObject class describes objects that have been validated.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..ValidatedObject
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public Class ValidatedObject
'Utilizzo
Dim instance As ValidatedObject
public class ValidatedObject
public ref class ValidatedObject
type ValidatedObject = class end
public class ValidatedObject
Nel tipo ValidatedObject sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ValidatedObject | Initializes a new instance of the ValidatedObject class that has the specified name and description of the object. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Description | Gets the description of the object. |
![]() |
Name | Gets the name of the object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.