SuperSocketList Property

SQL-DMO

SQL-DMO

SuperSocketList Property

The SuperSocketList property returns a super socket protocol list.

Applies To
Registry2 Object
Syntax

object.SuperSocketList [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

SQL-DMO multistring listing super socket protocols

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSuperSocketList(SQLDMO_LPBSTR pRetVal);

HRESULT SetSuperSocketList(SQLDMO_LPCSTR NewValue);

Remarks

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.

See Also

SuperSocketEncrypt Property