Condividi tramite


Metodo PerspectiveCollection.Contains (String)

Indicates whether the collection contains a Perspective that has the specified identifier.

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 PerspectiveCollection 
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

Valore restituito

Tipo: System.Boolean
true if the Perspective exists in the collection; otherwise, false.

Vedere anche

Riferimento

PerspectiveCollection Classe

Overload Contains

Spazio dei nomi Microsoft.AnalysisServices