Compartir a través de


Partition.RemoteDataSource Propiedad

Gets the DataSource object that points to the remote server.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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 de la propiedad

Tipo: Microsoft.AnalysisServices.DataSource
A DataSource object.

Comentarios

If RemoteDataSource is nulles una referencia NULL (Nothing en Visual Basic)., then the partition is local.

Vea también

Referencia

Partition Clase

Espacio de nombres Microsoft.AnalysisServices