Share via


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 네임스페이스