PerspectiveHierarchyCollection.Add 方法 (String)
Creates, adds to collection and returns a new PerspectiveHierarchy.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
VB
'宣告
Public Function Add ( _
hierarchyId As String _
) As PerspectiveHierarchy
'用途
Dim instance As PerspectiveHierarchyCollection
Dim hierarchyId As String
Dim returnValue As PerspectiveHierarchy
returnValue = instance.Add(hierarchyId)
public PerspectiveHierarchy Add(
string hierarchyId
)
public:
PerspectiveHierarchy^ Add(
String^ hierarchyId
)
member Add :
hierarchyId:string -> PerspectiveHierarchy
public function Add(
hierarchyId : String
) : PerspectiveHierarchy
- hierarchyId
型別:System.String
The identifier for the new PerspectiveHierarchy (needs to be unique in the collection).
型別:Microsoft.AnalysisServices.PerspectiveHierarchy
The newly created PerspectiveHierarchy.