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 or sets property that indicates whether remote partitions will be backed up or not.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public Property BackupRemotePartitions As Boolean
public bool BackupRemotePartitions { get; set; }
public:
property bool BackupRemotePartitions {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_BackupRemotePartitions ()
/** @property */
public void set_BackupRemotePartitions (boolean value)
public function get BackupRemotePartitions () : boolean
public function set BackupRemotePartitions (value : boolean)
Valor de propiedad
true if remote partitions will be backed up; otherwise, false.
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
BackupInfo Class
BackupInfo Members
Microsoft.AnalysisServices Namespace