INamedComponentCollection.Contains Method (String)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Function Contains ( _
id As String _
) As Boolean
'Usage
Dim instance As INamedComponentCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
bool Contains(
string id
)
bool Contains(
String^ id
)
abstract Contains :
id:string -> bool
function Contains(
id : String
) : boolean
Parameters
- id
Type: System.String
Return Value
Type: System.Boolean