Proprietà Partition.RemoteDataSource

Gets the DataSource object that points to the remote server.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property RemoteDataSource As DataSource 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.DataSource
A DataSource object.

Osservazioni

If RemoteDataSource is nullriferimento Null (Nothing in Visual Basic)., then the partition is local.

Vedere anche

Riferimento

Partition Classe

Spazio dei nomi Microsoft.AnalysisServices