SetOrderValue Method (ClientNetworkProtocol Class)
Selects the protocol with the specified order value from the client protocol list.
Syntax
object.SetOrderValue(OrderValue)
Parameters
Parameter | Description |
---|---|
OrderValue |
A uint32 value that sets the order value. |
Parts
- object
A ClientNetworkProtocol Class object that represents the network protocol used by the SQL Server client.
Property Value/Return Value
A uint32 value, which is 0 if the service was successfully modified, 1 if the request is not supported, and any other number to indicate an error.
Remarks
See Also
Other Resources
Configuring Client Network Protocols
Client Protocols Properties (Order Tab)