Find 메서드
Gets the specified Level from the collection by its name.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
Public Function Find ( _
name As String _
) As Level
‘사용 방법
Dim instance As LevelCollection
Dim name As String
Dim returnValue As Level
returnValue = instance.Find(name)
public Level Find(
string name
)
public:
Level^ Find(
String^ name
)
member Find :
name:string -> Level
public function Find(
name : String
) : Level
매개 변수
- name
형식: System. . :: . .String
The name of the Level to find.