NamedComponentCollection 建構函式
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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
)