RelationalDataSource Class

Represents a DataSource element based on a relational data source. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")> _
Public NotInheritable Class RelationalDataSource
    Inherits DataSource
[GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")] 
public sealed class RelationalDataSource : DataSource
[GuidAttribute(L"3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")] 
public ref class RelationalDataSource sealed : public DataSource
/** @attribute GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E") */ 
public final class RelationalDataSource extends DataSource
GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E") 
public final class RelationalDataSource extends DataSource

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
           Microsoft.AnalysisServices.MajorObject
             Microsoft.AnalysisServices.DataSource
              Microsoft.AnalysisServices.RelationalDataSource

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

RelationalDataSource Members
Microsoft.AnalysisServices Namespace