Classe ServerAdapterBase
A ServerAdapterBase object is a base class that is used in the construction of the ServerAdapter class.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public MustInherit Class ServerAdapterBase _
Implements IAlterable, IRefreshable
'Utilizzo
Dim instance As ServerAdapterBase
public abstract class ServerAdapterBase : IAlterable,
IRefreshable
public ref class ServerAdapterBase abstract : IAlterable,
IRefreshable
[<AbstractClassAttribute>]
type ServerAdapterBase =
class
interface IAlterable
interface IRefreshable
end
public abstract class ServerAdapterBase implements IAlterable, IRefreshable
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.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..ServerAdapterBase
Microsoft.SqlServer.Management.Smo. . :: . .ServerAdapter
Microsoft.SqlServer.Management.Smo. . :: . .ServerConfigurationAdapter
Microsoft.SqlServer.Management.Smo. . :: . .ServerSecurityAdapter
Microsoft.SqlServer.Management.Smo. . :: . .ServerSetupAdapter
Microsoft.SqlServer.Management.Smo. . :: . .ServerSurfaceAreaAdapter
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche