Partilhar via


Propriedade do RDL Port

Gets the port number associated with the ConnectionInfo object.

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

Sintaxe

'Declaração
Public ReadOnly Property Port As String
    Get
'Uso
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

Valor da propriedade

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

Comentários

2383 is the default port value.