Server プロパティ
ConnectionInfo オブジェクトに関連付けられたサーバー名を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property Server As String
Get
'使用
Dim instance As ConnectionInfo
Dim value As String
value = instance.Server
public string Server { get; }
public:
property String^ Server {
String^ get ();
}
member Server : string
function get Server () : String
プロパティ値
型: System. . :: . .String
サーバーの名前です。