Classe ClientProtocolCollection
The ClientProtocolCollection class represents a collection of ClientProtocol objects that represent all the client protocols defined on the parent object.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase
Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public NotInheritable Class ClientProtocolCollection _
Inherits WmiCollectionBase _
Implements ICollection, IEnumerable
'Uso
Dim instance As ClientProtocolCollection
public sealed class ClientProtocolCollection : WmiCollectionBase,
ICollection, IEnumerable
public ref class ClientProtocolCollection sealed : public WmiCollectionBase,
ICollection, IEnumerable
[<SealedAttribute>]
type ClientProtocolCollection =
class
inherit WmiCollectionBase
interface ICollection
interface IEnumerable
end
public final class ClientProtocolCollection extends WmiCollectionBase implements ICollection, IEnumerable
O tipo ClientProtocolCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ClientProtocol objects in the referenced collection. | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Herdado de WmiCollectionBase.) | |
Item[Int32] | Gets a ClientProtocol object in the collection by index number. | |
Item[String] | Gets a ClientProtocol object in the collection by name. | |
Parent | Gets the ManagedComputer object that is the parent of the ClientProtocolCollection object. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Herdado de WmiCollectionBase.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Contains | Checks whether the specified key value exists in the collection. | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. | |
Equals | (Herdado de Object.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
initialized | Defines a boolean method that initializes the collection of objects in the Windows Management Instrumentation (WMI) object preference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de WmiCollectionBase.) | |
innerColl | Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. (Herdado de WmiCollectionBase.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICollection.CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. |
Início
Comentários
A ClientProtocolCollection object can be used to gain access to a set of client protocols. You can use the Item property to return a specific ClientProtocol object.
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Exemplos
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.