Propriété Port
Gets the port number associated with the ConnectionInfo object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Port As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
The port number in String format.
Notes
2383 is the default port value.