Classe RegSvrCollectionBase
Nota: questa API è ora obsoleta.
The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.
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
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.RegisteredServers..::..RegSvrCollectionBase
Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .RegisteredServerCollection
Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroupCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche