Proprietà ConnectionInfo.Port
Gets the port number associated with the ConnectionInfo object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Port As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The port number in String format.
Osservazioni
2383 is the default port value.