AggregationAttributeCollection.Find 메서드
Returns the AggregationAttribute with the specified attribute identifier or null if not found.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Find ( _
attributeId As String _
) As AggregationAttribute
‘사용 방법
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationAttribute
returnValue = instance.Find(attributeId)
public AggregationAttribute Find(
string attributeId
)
public:
AggregationAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> AggregationAttribute
public function Find(
attributeId : String
) : AggregationAttribute
매개 변수
- attributeId
유형: System.String
The attribute identifier of the AggregationAttribute to be returned.
반환 값
유형: Microsoft.AnalysisServices.AggregationAttribute
The AggregationAttribute or a null reference (Nothing in Visual Basic) if not found.