ProtocolBase.ProtocolProperties Propriedade

Definição

Representa uma coleção de objetos ProtocolProperty . Cada objeto ProtocolProperty representa um atributo definido no protocolo referenciado.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection ^ ProtocolProperties { Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection ProtocolProperties { get; }
member this.ProtocolProperties : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
Public ReadOnly Property ProtocolProperties As ProtocolPropertyCollection

Valor da propriedade

Um objeto ProtocolPropertyCollection que representa todos os atributos definidos no protocolo referenciado.

Exemplos

Gerenciando serviços e configurações de rede através do provedor do WMI

Aplica-se a