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
매개 변수
- propertyName
유형: System. . :: . .String
The name of the AdomdProperty to find.
주의
If the object is not found, the Find method returns null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) .