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
'Usage
Dim instance As RelationalDataSource
[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
[<SealedAttribute>]
[<GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")>]
type RelationalDataSource =
class
inherit DataSource
end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.