Compartir a través de


TcpProtocol.ListenerPort Property

Gets or sets the port address of the listener for the TCP protocol.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Property ListenerPort As Integer
public int ListenerPort { get; set; }
public:
property int ListenerPort {
    int get ();
    void set (int value);
}
/** @property */
public int get_ListenerPort ()

/** @property */
public void set_ListenerPort (int value)
public function get ListenerPort () : int

public function set ListenerPort (value : int)

Valor de propiedad

An Int32 value that specifies the port address of the listener.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Create a Database Mirroring Endpoint Service in Visual Basic .NET

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

TcpProtocol Class
TcpProtocol Members
Microsoft.SqlServer.Management.Smo Namespace

Otros recursos

Implementing Endpoints
Protocolos de red y extremos TDS
CREATE ENDPOINT (Transact-SQL)