Méthode RelationshipEndAttributeCollection.Contains (String)
Returns a value indicating whether the specified String object occurs within the string that represents the attribute collection.
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 RelationshipEndAttributeCollection
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 id of the attribute.
Valeur de retour
Type : System.Boolean
true if the specified String object occurs within the collection string; otherwise, false.