Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the DataSource object that points to the remote server.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property RemoteDataSource As DataSource
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public DataSource RemoteDataSource { get; }
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public:
property DataSource^ RemoteDataSource {
DataSource^ get ();
}
/** @property */
public DataSource get_RemoteDataSource ()
public function get RemoteDataSource () : DataSource
Значение свойства
A DataSource object.
Замечания
If RemoteDataSource is null, then the partition is local.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Partition Class
Partition Members
Microsoft.AnalysisServices Namespace