MemberPropertyCollection.Item 속성 (String)
SQL Server 2012
Gets the specified MemberProperty from the collection by its name. In C#, this property is the indexer for the MemberPropertyCollection class.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
매개 변수
- index
- 유형: System.String
The name of the MemberProperty to find.
속성 값
유형: Microsoft.AnalysisServices.AdomdClient.MemberPropertyThe MemberProperty with the specified name.
예외 | 조건 |
---|---|
System.InvalidOperationException | The specified member did not exist in the collection. |
표시: