INamedComponentCollection.ContainsName Method

This API supports the 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 ContainsName ( _
    name As String _
) As Boolean
'Usage
Dim instance As INamedComponentCollection
Dim name As String
Dim returnValue As Boolean

returnValue = instance.ContainsName(name)
bool ContainsName(
    string name
)
bool ContainsName(
    String^ name
)
abstract ContainsName : 
        name:string -> bool 
function ContainsName(
    name : String
) : boolean

Parameters

Return Value

Type: System.Boolean