Свойство ConnectionInfo.Port
Gets the port number associated with the ConnectionInfo object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
'Декларация
Public ReadOnly Property Port As String
Get
'Применение
Dim instance As ConnectionInfo
Dim value As String
value = instance.Port
C#
public string Port { get; }
public:
property String^ Port {
String^ get ();
}
member Port : string
function get Port () : String
Тип: System.String
The port number in String format.
2383 is the default port value.