Класс RegSvrCollectionBase
Примечание. Этот API-интерфейс устарел.
The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection
Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
Пространство имен: Microsoft.SqlServer.Management.Smo.RegisteredServers
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public MustInherit Class RegSvrCollectionBase
'Применение
Dim instance As RegSvrCollectionBase
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public abstract class RegSvrCollectionBase
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class RegSvrCollectionBase abstract
[<AbstractClassAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type RegSvrCollectionBase = class end
public abstract class RegSvrCollectionBase
Тип RegSvrCollectionBase обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
initialized | Gets a Boolean value indicating the collection is initialized.If True, collection is initialized. If False the collection is not initialized. | |
innerColl | The sort list which contains the underlying collection of registered servers. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.RegisteredServers