Поделиться через


BindingCollection Class

Contains a collection of Binding objects. This class cannot be inherited.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<GuidAttribute("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class BindingCollection
    Implements IList, ICollection, IEnumerable
[GuidAttribute("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")] 
[DefaultMemberAttribute("Item")] 
public sealed class BindingCollection : IList, ICollection, IEnumerable
[GuidAttribute(L"5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")] 
[DefaultMemberAttribute(L"Item")] 
public ref class BindingCollection sealed : IList, ICollection, IEnumerable
/** @attribute GuidAttribute("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class BindingCollection implements IList, ICollection, 
    IEnumerable
GuidAttribute("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8") 
DefaultMemberAttribute("Item") 
public final class BindingCollection implements IList, ICollection, 
    IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.BindingCollection

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

BindingCollection Members
Microsoft.AnalysisServices Namespace