Sdílet prostřednictvím


Partition.RemoteDataSourceID Property

Gets or sets the RemoteDataSourceID for the current partition

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

Syntax

'Declaration
Public Property RemoteDataSourceID As String
    Get
    Set
'Usage
Dim instance As Partition
Dim value As String

value = instance.RemoteDataSourceID

instance.RemoteDataSourceID = value
public string RemoteDataSourceID { get; set; }
public:
property String^ RemoteDataSourceID {
    String^ get ();
    void set (String^ value);
}
member RemoteDataSourceID : string with get, set
function get RemoteDataSourceID () : String
function set RemoteDataSourceID (value : String)

Property Value

Type: System.String
A String value.

Remarks

If RemoteDataSourceID is nulla null reference (Nothing in Visual Basic), then the partition is local.