Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies whether the collection contains an Assembly with the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
id As String _
) As Boolean
'Usage
Dim instance As AssemblyCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
string id
)
public:
bool Contains(
String^ id
)
member Contains :
id:string -> bool
public function Contains(
id : String
) : boolean
Parameters
- id
Type: System.String
The identifier of the Assembly to be located.
Return Value
Type: System.Boolean
true if the Assembly is contained in the collection; otherwise, false.