Partition.RemoteDataSourceID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the RemoteDataSourceID for the current partition

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

Syntax

[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
public string RemoteDataSourceID { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
property String^ RemoteDataSourceID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<ReadOnlyAttribute(true)>]
member RemoteDataSourceID : string with get, set
<XmlElementAttribute(IsNullable := False)>
<ReadOnlyAttribute(True)>
Public Property RemoteDataSourceID As String

Property Value

Type: System.String

A String value.

Remarks

If RemoteDataSourceID is null, then the partition is local.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top