Partition.RemoteDataSource Property

Definition

Gets the DataSource object that points to the remote server.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DataSource RemoteDataSource { get; }
[<System.ComponentModel.Browsable(false)>]
member this.RemoteDataSource : Microsoft.AnalysisServices.DataSource
Public ReadOnly Property RemoteDataSource As DataSource

Property Value

A DataSource object.

Attributes

Remarks

If RemoteDataSource is null, then the partition is local.

Applies to