RestoreInfo 클래스

정의

파일 또는 데이터베이스 복원을 처리하는 데 필요한 정보를 나타냅니다. 이 클래스는 상속될 수 없습니다.

[System.Runtime.InteropServices.Guid("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")]
public sealed class RestoreInfo
[<System.Runtime.InteropServices.Guid("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")>]
type RestoreInfo = class
Public NotInheritable Class RestoreInfo
상속
RestoreInfo
특성

생성자

RestoreInfo()

기본값을 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String)

복원할 파일을 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String)

복원할 파일 및 데이터베이스 이름을 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String, Boolean)

복원할 파일, 데이터베이스 이름 및 덮어쓰기 표시기를 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String, Boolean, RestoreLocation[])

복원할 파일, 데이터베이스 이름, 덮어쓰기 표시기 및 복원 위치 배열을 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity)

복원할 파일, 데이터베이스 이름, 덮어쓰기 표시, 복원 위치 배열 및 복원할 역할의 보안 정의를 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String)

복원할 파일, 데이터베이스 이름, 덮어쓰기 표시, 복원 위치 배열, 복원할 역할의 보안 정의 및 암호를 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String)

복원할 파일, 데이터베이스 이름, 덮어쓰기 표시, 복원 위치 배열, 복원할 역할의 보안 정의, 암호 및 데이터베이스 스토리지 위치를 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode)

복원할 파일, 데이터베이스 이름, 덮어쓰기 표시, 복원 위치 배열, 복원할 역할의 보안 정의, 암호, 데이터베이스 스토리지 위치 및 데이터베이스 읽기/쓰기 모드를 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode, Boolean)

복원할 파일, 데이터베이스 이름, 덮어쓰기 표시기, 복원 위치 배열, 복원할 역할에 대한 보안 정의, 암호, 데이터베이스 스토리지 위치, 데이터베이스의 읽기/쓰기 모드 및 비호환성 표시기를 사용하여 RestoreInfo의 새 인스턴스를 초기화합니다.

속성

AllowOverwrite

RestoreInfo의 AllowOverwrite 양상을 가져오거나 설정합니다.

DatabaseName

RestoreInfo 개체의 DatabaseName 양상을 가져오거나 설정합니다.

DatabaseReadWriteMode

RestoreInfo 개체에 지정된 대로 Analysis Services 데이터베이스의 데이터베이스 읽기/쓰기 모드를 가져오거나 설정합니다.

DbStorageLocation

데이터베이스 스토리지 위치를 가져오거나 설정합니다.

File

복원할 파일의 UNC 이름을 가져오거나 설정합니다.

ForceRestore

메모리가 부족한 경우와 같이 심각한 경우에도 복원 작업을 강제 적용할지 여부를 나타내는 표시를 가져오거나 설정합니다.

IgnoreIncompatibilities

복원하는 동안 모델 비호환성을 무시해야 하는지 여부를 나타내는 플래그를 가져오거나 설정합니다.

Locations

복원할 원격 파티션의 위치가 포함된 RestoreLocationCollection 개체를 가져옵니다.

Password

복원 파일을 읽는 데 필요한 암호를 가져오거나 설정합니다.

Security

복원 파일의 역할에 적용할 보안 정의를 가져오거나 설정합니다.

적용 대상