Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the DataSource object that points to the remote server.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<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
Valor de propiedad
A DataSource object.
Notas
If RemoteDataSource is null, then the partition is local.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Partition Class
Partition Members
Microsoft.AnalysisServices Namespace