Compartilhar via


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.

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

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.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ProtocolPropertyCollection
    Microsoft.SqlServer.Management.Smo.Wmi..::..ClientProtocolPropertyCollection

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.