Compartilhar via


Propriedade do RDL Partition.RemoteDataSource

Gets the DataSource object that points to the remote server.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property RemoteDataSource As DataSource 
    Get
'Uso
Dim instance As Partition 
Dim value As DataSource 

value = instance.RemoteDataSource
[BrowsableAttribute(false)]
public DataSource RemoteDataSource { get; }
[BrowsableAttribute(false)]
public:
property DataSource^ RemoteDataSource {
    DataSource^ get ();
}
[<BrowsableAttribute(false)>]
member RemoteDataSource : DataSource
function get RemoteDataSource () : DataSource

Valor da propriedade

Tipo: Microsoft.AnalysisServices.DataSource
A DataSource object.

Comentários

If RemoteDataSource is nulluma referência nula (Nothing no Visual Basic), then the partition is local.

Consulte também

Referência

Partition Classe

Namespace Microsoft.AnalysisServices