Compartir a través de


ContainsName Método

Indicates whether the collection contains a AttributeRelationship with the specified name

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function ContainsName ( _
    name As String _
) As Boolean
'Uso
Dim instance As AttributeRelationshipCollection
Dim name As String
Dim returnValue As Boolean

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

Parámetros

Valor devuelto

Tipo: System. . :: . .Boolean
Returns true if the identified AttributeRelationship exists in the collection; otherwise, false