CubeAttributeCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public CubeAttribute Find(
    string attributeId
)
public:
CubeAttribute^ Find(
    String^ attributeId
)
member Find : 
        attributeId:string -> CubeAttribute
Public Function Find (
    attributeId As String
) As CubeAttribute

Parameters

Return Value

Type: Microsoft.AnalysisServices.CubeAttribute

The CubeAttribute, if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

CubeAttributeCollection Class
Microsoft.AnalysisServices Namespace

Return to top