ConnectionInfo.Port Property

 

Applies To: SQL Server 2016 Preview

Gets the port number associated with the ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public string Port { get; }
public:
property String^ Port {
    String^ get();
}
member Port : string with get
Public ReadOnly Property Port As String

Property Value

Type: System.String

The port number in String format.

Remarks

2383 is the default port value.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top