次の方法で共有


FindByName メソッド

指定した名前を持つ Perspective をコレクションから取得します。

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

構文

'宣言
Public Function FindByName ( _
    name As String _
) As Perspective
'使用
Dim instance As PerspectiveCollection
Dim name As String
Dim returnValue As Perspective

returnValue = instance.FindByName(name)
public Perspective FindByName(
    string name
)
public:
Perspective^ FindByName(
    String^ name
)
member FindByName : 
        name:string -> Perspective 
public function FindByName(
    name : String
) : Perspective

パラメーター

戻り値

型: Microsoft.AnalysisServices. . :: . .Perspective
コレクションに存在する場合は Perspective、存在しない場合は NULL 参照 (Visual Basic では Nothing) です。