Classe ServerAdapterBase
A ServerAdapterBase object is a base class that is used in the construction of the ServerAdapter class.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public MustInherit Class ServerAdapterBase _
Implements IAlterable, IRefreshable
'Utilisation
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
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
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
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.