Partition.RemoteDataSource Property

 

Applies To: SQL Server 2016 Preview

Gets the DataSource object that points to the remote server.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public DataSource RemoteDataSource { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property DataSource^ RemoteDataSource {
    DataSource^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member RemoteDataSource : DataSource with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property RemoteDataSource As DataSource

Property Value

Type: Microsoft.AnalysisServices.DataSource

A DataSource object.

Remarks

If RemoteDataSource is null, then the partition is local.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top