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