DataSourcePermissionCollection Class

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

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("D8B434FD-107D-4326-AD28-6538C6A2313D")> _
Public NotInheritable Class DataSourcePermissionCollection
    Inherits MajorObjectCollection
[DefaultMemberAttribute("Item")] 
[GuidAttribute("D8B434FD-107D-4326-AD28-6538C6A2313D")] 
public sealed class DataSourcePermissionCollection : MajorObjectCollection
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"D8B434FD-107D-4326-AD28-6538C6A2313D")] 
public ref class DataSourcePermissionCollection sealed : public MajorObjectCollection
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("D8B434FD-107D-4326-AD28-6538C6A2313D") */ 
public final class DataSourcePermissionCollection extends MajorObjectCollection
DefaultMemberAttribute("Item") 
GuidAttribute("D8B434FD-107D-4326-AD28-6538C6A2313D") 
public final class DataSourcePermissionCollection extends MajorObjectCollection

Inheritance Hierarchy

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

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

DataSourcePermissionCollection Members
Microsoft.AnalysisServices Namespace