ProtocolOrder Property (ClientNetworkProtocol Class)

Applies to: SQL Server

Gets the order number of the currently referenced client network protocol as specified by the SetOrderValue Method (ClientNetworkProtocol Class) method.

Syntax

  
object.ProtocolOrder [= value]  

Parts

object
A ClientNetworkProtocol Class object that represents the network protocol used by the Microsoft SQL Server client.

Property Value/Return Value

A uint32 value that specifies the order number of the currently referenced client network protocol as set by the OrderValue method. If the client network protocol is disabled, this value will be zero.

Remarks

See Also

Configure Client Protocols
Configuring Client Network Protocols and Net-Libraries