Find 方法

Gets the CubeAttribute, with the specified identifier, from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Find ( _
    attributeId As String _
) As CubeAttribute
用法
Dim instance As CubeAttributeCollection
Dim attributeId As String
Dim returnValue As CubeAttribute

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

参数

返回值

类型:Microsoft.AnalysisServices. . :: . .CubeAttribute
The [T:Microsoft.AnalysisServices.CubeAttribute,] if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).