INamedComponentCollection.ContainsName Method (String)

 

Applies To: SQL Server 2016 Preview

Indicates whether the collection contains a AttributeRelationship with the specified name.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

bool ContainsName(
    string name
)
bool ContainsName(
    String^ name
)
abstract ContainsName : 
        name:string -> bool
Function ContainsName (
    name As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the identified AttributeRelationship exists in the collection; otherwise, false.

See Also

INamedComponentCollection Interface
Microsoft.AnalysisServices Namespace

Return to top