ProtocolBase.ProtocolProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of ProtocolProperty objects. Each ProtocolProperty object represents an attribute defined on the referenced protocol.
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
Property Value
A ProtocolPropertyCollection object that represents all the attributes defined on the referenced protocol.
Examples
Managing Services and Network Settings by Using WMI Provider