Metoda AccountCollection.Contains (String)
Wskazuje, czy zawiera kolekcja Account ma określony identyfikator.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Contains ( _
accountType As String _
) As Boolean
'Użycie
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
Parametry
- accountType
Typ: System.String
Identyfikator Account się znajdować.
Wartość zwracana
Typ: System.Boolean
TRUE Jeśli Account zawartych kolekcja; w przeciwnym razie false.
Zobacz także