Méthode CubeAttributeCollection.Contains (String)
Indicates whether the collection contains a CubeAttribute with the specified identifier.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
attributeId As String _
) As Boolean
'Utilisation
Dim instance As CubeAttributeCollection
Dim attributeId As String
Dim returnValue As Boolean
returnValue = instance.Contains(attributeId)
public bool Contains(
string attributeId
)
public:
bool Contains(
String^ attributeId
)
member Contains :
attributeId:string -> bool
public function Contains(
attributeId : String
) : boolean
Paramètres
- attributeId
Type : System.String
The identifier of the CubeAttribute to be located.
Valeur de retour
Type : System.Boolean
true if the CubeAttribute is contained in the collection; otherwise, false.