RegSvrCollectionBase.SyncRoot Property

Gets an object that can be used to synchronize access to the collection.

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

Синтаксис

'Декларация
Public ReadOnly Property SyncRoot As Object
public Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get () sealed;
}
/** @property */
public final Object get_SyncRoot ()
public final function get SyncRoot () : Object

Значение свойства

An Object system object value that can be used to synchronize access to the collection.

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

RegSvrCollectionBase Class
RegSvrCollectionBase Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace

Другие ресурсы

Управление зарегистрированными серверами