Partager via


Propriété TcpProtocol.ListenerPort

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ListenerPort As Integer 
    Get 
    Set
'Utilisation
Dim instance As TcpProtocol 
Dim value As Integer 

value = instance.ListenerPort

instance.ListenerPort = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ListenerPort { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ListenerPort {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ListenerPort : int with get, set
function get ListenerPort () : int 
function set ListenerPort (value : int)

Valeur de propriété

Type : System.Int32
An Int32 value that specifies the port address of the listener.

Exemples

Implémentation de points de terminaison

Voir aussi

Référence

TcpProtocol Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Protocoles réseau et points de terminaison TDS

CREATE ENDPOINT (Transact-SQL)