Classe RegSvrCollectionBase
Nota: questa API è obsoleta.
The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase
Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection
Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public MustInherit Class RegSvrCollectionBase
'Utilizzo
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
Nel tipo RegSvrCollectionBase sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
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. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers