RestoreInfo 클래스

Represents the information required to process a file or database restoration. This class cannot be inherited.

상속 계층

System. . :: . .Object
  Microsoft.AnalysisServices..::..RestoreInfo

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")> _
Public NotInheritable Class RestoreInfo
‘사용 방법
Dim instance As RestoreInfo
[GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")]
public sealed class RestoreInfo
[GuidAttribute(L"F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")]
public ref class RestoreInfo sealed
[<SealedAttribute>]
[<GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")>]
type RestoreInfo =  class end
public final class RestoreInfo

RestoreInfo 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 RestoreInfo() () () () Initializes a new instance of RestoreInfo using the default values.
공용 메서드 RestoreInfo(String) Initializes a new instance of RestoreInfo using file parameter.
공용 메서드 RestoreInfo(String, String) Initializes a new instance of RestoreInfo using a file and database name.
공용 메서드 RestoreInfo(String, String, Boolean) Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
공용 메서드 RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] []) Initializes a new instance of RestoreInfo using a file, database name, overwrite indicator, and an array of restore locations.
공용 메서드 RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity) Initializes a new instance of RestoreInfo using a file, database name , overwrite indicator, an array of restore locations, and a security definition for the roles to be restored.
공용 메서드 RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.
공용 메서드 RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String, String)

맨 위로 이동

속성

  이름 설명
공용 속성 AllowOverwrite Gets or sets the AllowOverwrite aspect of RestoreInfo.
공용 속성 DatabaseName Gets or sets the DatabaseName aspect for a RestoreInfo object.
공용 속성 DbStorageLocation
공용 속성 File Gets or sets the UNC name of the File to restore.
공용 속성 Locations Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.
공용 속성 Password Gets or sets the Password that is required to read the restore file.
공용 속성 Security Gets or sets the Security definition to apply to roles from the restore file.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.