AdomdPropertyCollection.Find 메서드 (String)

Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.

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

구문

‘선언
Public Function Find ( _
    propertyName As String _
) As AdomdProperty
‘사용 방법
Dim instance As AdomdPropertyCollection 
Dim propertyName As String 
Dim returnValue As AdomdProperty 

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

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.

주의

If the object is not found, the Find method returns nullnull 참조(Visual Basic에서는 Nothing).

참고 항목

참조

AdomdPropertyCollection 클래스

Find 오버로드

Microsoft.AnalysisServices.AdomdClient 네임스페이스