Freigeben über


SyncAdapterCollection.Contains-Methode (String)

Stellt fest, ob ein bestimmtes SyncAdapter-Objekt in der Auflistung vorhanden ist, wenn ein Tabellenname angegeben wird.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public Function Contains ( _
    tableName As String _
) As Boolean
'Usage
Dim instance As SyncAdapterCollection
Dim tableName As String
Dim returnValue As Boolean

returnValue = instance.Contains(tableName)
public bool Contains (
    string tableName
)
public:
bool Contains (
    String^ tableName
)
public boolean Contains (
    String tableName
)
public function Contains (
    tableName : String
) : boolean

Parameter

Rückgabewert

Ist true, wenn das SyncAdapter-Objekt vorhanden ist und andernfalls false.

Siehe auch

Verweis

SyncAdapterCollection-Klasse
SyncAdapterCollection-Member
Microsoft.Synchronization.Data.Server-Namespace