共用方式為


Partition.RemoteDataSource 屬性

Gets the DataSource object that points to the remote server.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property RemoteDataSource As DataSource 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.DataSource
A DataSource object.

備註

If RemoteDataSource is nullnull 參考 (在 Visual Basic 中為 Nothing), then the partition is local.

請參閱

參考

Partition 類別

Microsoft.AnalysisServices 命名空間