Condividi tramite


Classe RestoreFolder

Restores an original folder to a new folder. This class cannot be inherited.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.RestoreFolder

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")> _
Public NotInheritable Class RestoreFolder
'Utilizzo
Dim instance As RestoreFolder
[GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")]
public sealed class RestoreFolder
[GuidAttribute(L"F12A463D-AC10-4a56-8FB7-2F4498EA24F3")]
public ref class RestoreFolder sealed
[<SealedAttribute>]
[<GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")>]
type RestoreFolder =  class end
public final class RestoreFolder

Nel tipo RestoreFolder sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico RestoreFolder() Initializes a new instance of the RestoreFolder class using default values.
Metodo pubblico RestoreFolder(String, String) Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica New Gets or sets the location of the new folder to be created for use by a RestoreFolder element.
Proprietà pubblica Original Gets or sets the original folder associated with a RestoreFolder object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices