Find メソッド
指定した識別子を持つ PerspectiveCalculation をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Find ( _
name As String _
) As PerspectiveCalculation
'使用
Dim instance As PerspectiveCalculationCollection
Dim name As String
Dim returnValue As PerspectiveCalculation
returnValue = instance.Find(name)
public PerspectiveCalculation Find(
string name
)
public:
PerspectiveCalculation^ Find(
String^ name
)
member Find :
name:string -> PerspectiveCalculation
public function Find(
name : String
) : PerspectiveCalculation
パラメーター
- name
型: System. . :: . .String
戻り値
型: Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
コレクションに存在する場合は PerspectiveCalculation、存在しない場合は NULL 参照 (Visual Basic では Nothing) です。