MiningServiceParameterCollection.Count プロパティ

コレクションに含まれる MiningServiceParameter オブジェクトの数を取得します。

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

構文

'宣言
Public ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As MiningServiceParameterCollection 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int 
override Count : int
final function get Count () : int

プロパティ値

型: System.Int32
コレクションに含まれる MiningServiceParameter オブジェクトの数です。

実装

ICollection.Count

関連項目

参照

MiningServiceParameterCollection クラス

Microsoft.AnalysisServices.AdomdServer 名前空間