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 命名空间