NamedComponentCollection コンストラクター

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

NamedComponentCollection クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Protected Sub New ( _
    parent As IModelComponent _
)
'使用
Dim parent As IModelComponent 

Dim instance As New NamedComponentCollection(parent)
protected NamedComponentCollection(
    IModelComponent parent
)
protected:
NamedComponentCollection(
    IModelComponent^ parent
)
new : 
        parent:IModelComponent -> NamedComponentCollection
protected function NamedComponentCollection(
    parent : IModelComponent
)

パラメーター

関連項目

参照

NamedComponentCollection クラス

Microsoft.AnalysisServices 名前空間