SyncDataColumnCollection クラス

サーバー データベース内のテーブルの列名のコレクション。

名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncDataColumnCollection
    Implements IEnumerable
'使用
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

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared ) メンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

リファレンス

SyncDataColumnCollection メンバー
Microsoft.Synchronization.Data.Server 名前空間