Propriété RemoteDataSource

Gets the DataSource object that points to the remote server.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property RemoteDataSource As DataSource
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .DataSource
A DataSource object.

Notes

If RemoteDataSource is null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) , then the partition is local.