Properties Property (ServerNetworkProtocol Class)

Applies to: SQL Server

Gets the properties associated with the server network protocol.

Syntax

  
object.Properties [= value]  

Parts

object
A ServerNetworkProtocol Class object that represents the network protocol used by the instance of SQL Server.

Property Value/Return Value

An array of ServerNetworkProtocolProperty Class objects that represent the properties supported by the server network protocol.

Remarks