Partition.RemoteDataSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.