MiningService.ViewerType プロパティ

このマイニング サービスの結果を表示するための推奨ビューアーを取得します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public ReadOnly Property ViewerType As String 
    Get
'使用
Dim instance As MiningService 
Dim value As String 

value = instance.ViewerType
public string ViewerType { get; }
public:
property String^ ViewerType {
    String^ get ();
}
member ViewerType : string
function get ViewerType () : String

プロパティ値

型: System.String
ビューアーの種類の名前を入力します。

関連項目

参照

MiningService クラス

Microsoft.AnalysisServices.AdomdServer 名前空間