Classe SmoObjectBase
The SmoObjectBase is a base class that is inherited by the SqlSmoObject class.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..SmoObjectBase
Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .RegSvrSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .WmiSmoObject
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public MustInherit Class SmoObjectBase _
Implements ISfcValidate
'Utilizzo
Dim instance As SmoObjectBase
public abstract class SmoObjectBase : ISfcValidate
public ref class SmoObjectBase abstract : ISfcValidate
[<AbstractClassAttribute>]
type SmoObjectBase =
class
interface ISfcValidate
end
public abstract class SmoObjectBase implements ISfcValidate
Nel tipo SmoObjectBase sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
SmoObjectBase | Initializes a new instance of the SmoObjectBase class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
State | Gets the state of the referenced object. |
![]() |
UserData | Gets or sets user-defined data associated with the referenced 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. |
![]() |
Validate | Validates the state of an object. |
In alto
Osservazioni
The SqlSmoObject is used extensively throughout the SMO programming model. It represents a generic SMO instance object.
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.