Поделиться через


Класс ServerAdapterBase

A ServerAdapterBase object is a base class that is used in the construction of the ServerAdapter class.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public MustInherit Class ServerAdapterBase _
    Implements IAlterable, IRefreshable
'Применение
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

Замечания

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется. 

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.