DataSourceViewCollection Class

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("0ED37961-C686-4557-BAA3-559098C73205")> _
Public NotInheritable Class DataSourceViewCollection _
    Inherits MajorObjectCollection
'Usage
Dim instance As DataSourceViewCollection
[GuidAttribute("0ED37961-C686-4557-BAA3-559098C73205")]
public sealed class DataSourceViewCollection : MajorObjectCollection
[GuidAttribute(L"0ED37961-C686-4557-BAA3-559098C73205")]
public ref class DataSourceViewCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("0ED37961-C686-4557-BAA3-559098C73205")>]
type DataSourceViewCollection =  
    class
        inherit MajorObjectCollection
    end
public final class DataSourceViewCollection extends MajorObjectCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.MajorObjectCollection
        Microsoft.AnalysisServices.DataSourceViewCollection

Thread Safety

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