Classe SyncDataColumnCollection
Uma coleção de nomes de colunas das tabelas no banco de dados do servidor.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncDataColumnCollection
Implements IEnumerable
'Uso
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
Hierarquia de herança
System.Object
Microsoft.Synchronization.Data.Server.SyncDataColumnCollection
Segurança de thread
Qualquer membro estático público (Compartilhado no Visual Basic) deste tipo é protegido por thread. Não há garantia de que qualquer membro de instância esteja protegido por thread.
Consulte também
Referência
Membros SyncDataColumnCollection
Namespace Microsoft.Synchronization.Data.Server