Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether a SyncSchemaTable object with the specified name is in the collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Function Contains ( _
name As String _
) As Boolean
'Usage
Dim instance As SyncSchemaTables
Dim name As String
Dim returnValue As Boolean
returnValue = instance.Contains(name)
public bool Contains (
string name
)
public:
bool Contains (
String^ name
)
public boolean Contains (
String name
)
public function Contains (
name : String
) : boolean
Parameters
- name
The name of the SyncSchemaTable object to search for in the SyncSchemaTables collection.
Return Value
Returns true if the SyncSchemaForeignKey object exists in the collection; otherwise, false.
See Also
Reference
SyncSchemaTables Class
SyncSchemaTables Members
Microsoft.Synchronization.Data Namespace