Compartir a través de


AccountCollection.Contains Método (String)

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

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

Sintaxis

'Declaración
Public Function Contains ( _
    accountType As String _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

AccountCollection Clase

Sobrecarga de Contains

Espacio de nombres Microsoft.AnalysisServices