다음을 통해 공유


RemoteDataSource 속성

Gets the DataSource object that points to the remote server.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<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 null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) , then the partition is local.