MiningServiceParameter.ParameterType プロパティ

パラメーター値の型を取得します。

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

構文

'宣言
Public ReadOnly Property ParameterType As String 
    Get
'使用
Dim instance As MiningServiceParameter 
Dim value As String 

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

プロパティ値

型: System.String
DBTYPE 形式で、パラメーター値の型を表す String です。

関連項目

参照

MiningServiceParameter クラス

Microsoft.AnalysisServices.AdomdServer 名前空間