MeasureCollection.FindByName 메서드
Gets the Measure, with the specified name, from the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function FindByName ( _
name As String _
) As Measure
‘사용 방법
Dim instance As MeasureCollection
Dim name As String
Dim returnValue As Measure
returnValue = instance.FindByName(name)
public Measure FindByName(
string name
)
public:
Measure^ FindByName(
String^ name
)
member FindByName :
name:string -> Measure
public function FindByName(
name : String
) : Measure
매개 변수
- name
유형: System.String
The name of the Measure to be returned.
반환 값
유형: Microsoft.AnalysisServices.Measure
The Measure if contained in the collection; otherwise, a null reference (Nothing in Visual Basic.)