SupportAlias Property (ClientNetworkProtocol Class)

Applies to: SQL Server

Gets the Boolean property that specifies whether the current network protocol specified by the SetOrderValue Method (ClientNetworkProtocol Class) support aliases.

Syntax

  
object.SupportAlias [= value]  

Parts

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

Property Value/Return Value

A Boolean value that specifies whether the client network protocol supports aliases.

If True, the client network protocol supports aliases.

If False, the client network protocol does not support aliases.

Remarks

See Also

Configure Client Protocols