Свойство 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
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.