Classe ClientProtocolPropertyCollection
The ClientProtocolPropertyCollection class represents a collection of ClientProtocolProperty objects that represent all the attributes of the client protocol defined on the parent object.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ProtocolPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi..::..ClientProtocolPropertyCollection
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public NotInheritable Class ClientProtocolPropertyCollection _
Inherits ProtocolPropertyCollection
'Uso
Dim instance As ClientProtocolPropertyCollection
public sealed class ClientProtocolPropertyCollection : ProtocolPropertyCollection
public ref class ClientProtocolPropertyCollection sealed : public ProtocolPropertyCollection
[<SealedAttribute>]
type ClientProtocolPropertyCollection =
class
inherit ProtocolPropertyCollection
end
public final class ClientProtocolPropertyCollection extends ProtocolPropertyCollection
O tipo ClientProtocolPropertyCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ProtocolProperty objects in the referenced collection. (Herdado de ProtocolPropertyCollection.) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Herdado de ProtocolPropertyCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets a ProtocolPropertyCollection object in the collection by index number. (Herdado de ProtocolPropertyCollection.) | |
Item[ ( [ ( String] ) ] ) | Gets a ProtocolProperty object in the collection by name. (Herdado de ProtocolPropertyCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Herdado de ProtocolPropertyCollection.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Contains | Checks whether the specified key value exists in the collection. (Herdado de ProtocolPropertyCollection.) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Herdado de ProtocolPropertyCollection.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Herdado de ProtocolPropertyCollection.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
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. (Herdado de ProtocolPropertyCollection.) |
Início
Comentários
A ClientProtocolPropertyCollection object can be used to gain access to a set of an attributes of the client protocol.
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.
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.
Consulte também