PerspectiveHierarchyCollection.Add メソッド (String)
新しい PerspectiveHierarchy を作成し、コレクションに追加して、返します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
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
新しい PerspectiveHierarchy の識別子です (コレクション内で一意である必要があります)。
戻り値
型: Microsoft.AnalysisServices.PerspectiveHierarchy
新しく作成された PerspectiveHierarchy です。