Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.