Metodo AccountCollection.Contains (String)

Indicates whether the collection contains an Account that has the specified identifier.

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

Sintassi

'Dichiarazione
Public Function Contains ( _
    accountType As String _
) As Boolean
'Utilizzo
Dim instance As AccountCollection 
Dim accountType As String 
Dim returnValue As Boolean 

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

Parametri

Valore restituito

Tipo: System.Boolean
true if the Account is contained in the collection; otherwise, false.

Vedere anche

Riferimento

AccountCollection Classe

Overload Contains

Spazio dei nomi Microsoft.AnalysisServices