RestoreFolder 클래스
Restores an original folder to a new folder. This class cannot be inherited.
상속 계층
System.Object
Microsoft.AnalysisServices.RestoreFolder
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")> _
Public NotInheritable Class RestoreFolder
‘사용 방법
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
RestoreFolder 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
RestoreFolder() | Initializes a new instance of the RestoreFolder class using default values. | |
RestoreFolder(String, String) | Initializes a new instance of RestoreFolder using a name for the original folder and the new folder. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
New | Gets or sets the location of the new folder to be created for use by a RestoreFolder element. | |
Original | Gets or sets the original folder associated with a RestoreFolder object. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.