ServerGroupCollection 類別
The ServerGroupCollection class represents a collection of ServerGroup objects that represent all the server groups that are defined on the parent object.
命名空間: Microsoft.SqlServer.Management.RegisteredServers
組件: Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
語法
'宣告
Public NotInheritable Class ServerGroupCollection _
Inherits SfcCollatedDictionaryCollection(Of ServerGroup, ServerGroup..::..Key, ServerGroupParent)
'用途
Dim instance As ServerGroupCollection
public sealed class ServerGroupCollection : SfcCollatedDictionaryCollection<ServerGroup, ServerGroup..::..Key, ServerGroupParent>
public ref class ServerGroupCollection sealed : public SfcCollatedDictionaryCollection<ServerGroup^, ServerGroup..::..Key^, ServerGroupParent^>
[<SealedAttribute>]
type ServerGroupCollection =
class
inherit SfcCollatedDictionaryCollection<ServerGroup, ServerGroup..::..Key, ServerGroupParent>
end
public final class ServerGroupCollection extends SfcCollatedDictionaryCollection<ServerGroup, ServerGroup..::..Key, ServerGroupParent>
備註
A ServerGroupCollection object can be used to gain access to a set of check constraints. You can use the Item()()()() property to return a specific ServerGroup object.
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
繼承階層
System. . :: . .Object
SfcCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
SfcCollatedDictionaryCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
Microsoft.SqlServer.Management.RegisteredServers..::..ServerGroupCollection
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。