Condividi tramite


Metodo RelationshipCollection.Contains (String)

Determines whether a relationship with the specified identifier exists in the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Contains ( _
    id As String _
) As Boolean
'Utilizzo
Dim instance As RelationshipCollection 
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

Parametri

  • id
    Tipo: System.String
    The identifier of the relationship to locate.

Valore restituito

Tipo: System.Boolean
True if the relationship exists in the collection; otherwise, false.

Vedere anche

Riferimento

RelationshipCollection Classe

Overload Contains

Spazio dei nomi Microsoft.AnalysisServices