ConnectionInfo.Port Property

Gets the port number associated with the ConnectionInfo object.

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

Syntax

'Declaration
Public ReadOnly Property Port As String 
    Get
'Usage
Dim instance As ConnectionInfo 
Dim value As String 

value = instance.Port
public string Port { get; }
public:
property String^ Port {
    String^ get ();
}
member Port : string
function get Port () : String

Property Value

Type: System.String
The port number in String format.

Remarks

2383 is the default port value.

See Also

Reference

ConnectionInfo Class

Microsoft.AnalysisServices Namespace