The SuperSocketList property returns a super socket protocol list.
object.SuperSocketList [= value]
object
Expression that evaluates to an object in the Applies To list
value
SQL-DMO multistring listing super socket protocols
String
Read/write
HRESULT GetSuperSocketList(SQLDMO_LPBSTR pRetVal);
HRESULT SetSuperSocketList(SQLDMO_LPCSTR NewValue);
The protocol list specifies which Net-Libraries (for example, TCP/IP, IPX/SPX, or named pipes) on which Microsoft® SQL Server™ 2000 can listen. To set the SuperSocketList property, you must be a member of the sysadmin fixed server role.
For more information about setting multistring parameters, see Using SQL-DMO Multistrings.
Note If an application calls SuperSocketList on an instance of SQL Server version 7.0, the constant, SQLDMO_E_SQL80ONLY, and the message "This property or method requires Microsoft SQL Server 2000" are returned.