ModelComponentCollection Constructor (IModelComponent, String)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Protected Sub New ( _
parent As IModelComponent, _
name As String _
)
protected ModelComponentCollection (
IModelComponent parent,
string name
)
protected:
ModelComponentCollection (
IModelComponent^ parent,
String^ name
)
protected ModelComponentCollection (
IModelComponent parent,
String name
)
protected function ModelComponentCollection (
parent : IModelComponent,
name : String
)
Parameters
- parent
- name
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ModelComponentCollection Class
ModelComponentCollection Members
Microsoft.AnalysisServices Namespace