PropertyCollection.Find 메서드

이름을 사용하여 PropertyCollection 컬렉션에서 지정한 Property를 가져옵니다.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Function Find ( _
    name As String _
) As Property
‘사용 방법
Dim instance As PropertyCollection 
Dim name As String 
Dim returnValue As [Property]

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

매개 변수

  • name
    유형: String
    찾을 Property의 이름입니다.

반환 값

유형: Microsoft.AnalysisServices.AdomdServer.Property
name 이름이 있는 Property입니다.

주의

개체가 없으면 Find 메서드는 null을 반환하는 반면 Item 속성은 예외를 발생시킵니다.

참고 항목

참조

PropertyCollection 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스