Share via


ProtocolBase.ProtocolProperties Propiedad

Definición

Representa una colección de objetos ProtocolProperty. Cada objeto ProtocolProperty representa un atributo definido en el protocolo al que se hace referencia.

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 de propiedad

Objeto ProtocolPropertyCollection que representa todos los atributos definidos en el protocolo al que se hace referencia.

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Se aplica a