Condividi tramite


Classe SyncDataColumnCollection

Raccolta dei nomi delle colonne delle tabelle presenti nel database server.

Spazio dei nomi: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncDataColumnCollection
    Implements IEnumerable
'Utilizzo
Dim instance As SyncDataColumnCollection
[SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")] 
[DefaultMemberAttribute("Item")] 
public sealed class SyncDataColumnCollection : IEnumerable
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1010:CollectionsShouldImplementGenericInterface")] 
[DefaultMemberAttribute(L"Item")] 
public ref class SyncDataColumnCollection sealed : IEnumerable
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class SyncDataColumnCollection implements IEnumerable
SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface") 
DefaultMemberAttribute("Item") 
public final class SyncDataColumnCollection implements IEnumerable

Gerarchia di ereditarietà

System.Object
  Microsoft.Synchronization.Data.Server.SyncDataColumnCollection

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.

Vedere anche

Riferimento

Membri SyncDataColumnCollection
Spazio dei nomi Microsoft.Synchronization.Data.Server