BindingCollection Class
Contains a collection of Binding objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
BindingCollection Members
Microsoft.AnalysisServices Namespace