Método Contains (Assembly)
Indicates whether the collection contains a specified Assembly.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Contains ( _
item As Assembly _
) As Boolean
'Uso
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
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .Assembly
The Assembly to be located.
Valor de retorno
Tipo: System. . :: . .Boolean
true if the Assembly is contained in the collection; otherwise, false.
Consulte também