次の方法で共有


MiningStructure.MiningModels Property

MiningStructure に関連付けられている MiningModel オブジェクトのコレクションを取得します。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<BrowsableAttribute(False)> _
<XmlArrayItemAttribute(GetType(MiningModel), ElementName:="MiningModel")> _
Public ReadOnly Property MiningModels As MiningModelCollection
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(MiningModel), ElementName="MiningModel")] 
public MiningModelCollection MiningModels { get; }
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(MiningModel), ElementName=L"MiningModel")] 
public:
property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get ();
}
/** @property */
public MiningModelCollection get_MiningModels ()
public function get MiningModels () : MiningModelCollection

プロパティ値

MiningStructure に関連付けられている MiningModel オブジェクトのコレクションを示す MiningModelCollection です。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

MiningStructure Class
MiningStructure Members
Microsoft.AnalysisServices Namespace