PropertyNumVal Property (ClientNetworkProtocolProperty Class)

Applies to: SQL Server

Gets the numeric value of the current property referenced by the PropertyIdx Property (ClientNetworkProtocolProperty Class) value.

Syntax

  
object.PropertyNumVal [= value]  

Parts

object
A ClientNetworkProtocolProperty Class object that represents an attribute of the network protocol used by the SQL Server client.

Property Value/Return Value

A uint32 value that specifies the numeric value of the current property.

Remarks