Partition.RemoteDataSourceID Property

Definition

Gets or sets the RemoteDataSourceID for the current partition.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Partition_RemoteDataSourceID")]
public string RemoteDataSourceID { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Partition_RemoteDataSourceID")>]
member this.RemoteDataSourceID : string with get, set
Public Property RemoteDataSourceID As String

Property Value

String

A String with the identifier of the remote data-source.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

If RemoteDataSourceID is null, then the partition is local.

Applies to