次の方法で共有


ConnectionInfo.Port プロパティ

ConnectionInfo オブジェクトに関連付けられたポート番号を取得します。

名前空間:  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
String 形式のポート番号です。

説明

既定ポート値は 2383 です。

関連項目

参照

ConnectionInfo クラス

Microsoft.AnalysisServices 名前空間