ContentSourceCollection.Exists-Methode (Int32)
Gibt einen booleschen Wert, der angibt, ob die angegebene Inhaltsquelle in der Auflistung vorhanden ist.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Exists ( _
id As Integer _
) As Boolean
'Usage
Dim instance As ContentSourceCollection
Dim id As Integer
Dim returnValue As Boolean
returnValue = instance.Exists(id)
public bool Exists(
int id
)
Parameter
id
Typ: System.Int32Eine 32-Bit-Ganzzahl, die den Inhaltsquelle Bezeichner angibt.
Rückgabewert
Typ: System.Boolean
true Wenn die Inhaltsquelle vorhanden ist; andernfalls false.
Siehe auch
Referenz
ContentSourceCollection Klasse