ConnectionInfo.Port Property

 

Applies To: SQL Server (starting with 2016)

Gets the port number associated with the ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top