RestoreInfo 생성자

정의

오버로드

RestoreInfo()

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

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

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

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

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

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

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

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

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

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

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

RestoreInfo(String, String, Boolean)

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

RestoreInfo(String, String)

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

RestoreInfo(String)

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

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

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

RestoreInfo()

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

public RestoreInfo ();
Public Sub New ()

적용 대상

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

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

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string * string * Microsoft.AnalysisServices.ReadWriteMode -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

부울 값입니다. 파일 정보를 덮어쓸 수 있으면 true이고, 그렇지 않으면 false입니다.

locations
RestoreLocation[]

복원할 원격 개체에 대한 RestoreLocations 배열입니다.

security
RestoreSecurity

복원 중인 Roles 개체에 대해 수행할 작업을 지정하는 RestoreSecurity 열거 값입니다.

password
String

복원된 파일을 읽는 데 필요한 암호가 포함된 문자열입니다.

dbStorageLocation
String

데이터베이스 스토리지의 위치입니다.

readWriteMode
ReadWriteMode

데이터베이스의 읽기/쓰기 상태를 설명하는 열거형입니다.

적용 대상

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

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

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password, string dbStorageLocation);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string * string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String, dbStorageLocation As String)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

부울 값입니다. 파일 정보를 덮어쓸 수 있으면 true이고, 그렇지 않으면 false입니다.

locations
RestoreLocation[]

복원할 원격 개체에 대한 RestoreLocations 배열입니다.

security
RestoreSecurity

복원 중인 Roles 개체에 대해 수행할 작업을 지정하는 RestoreSecurity 열거 값입니다.

password
String

복원된 파일을 읽는 데 필요한 암호가 포함된 문자열입니다.

dbStorageLocation
String

데이터베이스 스토리지의 위치입니다.

적용 대상

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

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

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

부울 값입니다. 파일 정보를 덮어쓸 수 있으면 true이고, 그렇지 않으면 false입니다.

locations
RestoreLocation[]

복원할 원격 개체에 대한 RestoreLocations 배열입니다.

security
RestoreSecurity

복원 중인 Roles 개체에 대해 수행할 작업을 지정하는 RestoreSecurity 열거 값입니다.

password
String

복원된 파일을 읽는 데 필요한 암호가 포함된 문자열입니다.

적용 대상

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

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

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

부울 값입니다. 파일 정보를 덮어쓸 수 있으면 true이고, 그렇지 않으면 false입니다.

locations
RestoreLocation[]

복원할 원격 개체에 대한 RestoreLocations 배열입니다.

security
RestoreSecurity

복원 중인 Roles 개체에 대해 수행할 작업을 지정하는 RestoreSecurity 열거 값입니다.

적용 대상

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

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

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode, bool ignoreIncompatibilities);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string * string * Microsoft.AnalysisServices.ReadWriteMode * bool -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode, ignoreIncompatibilities As Boolean)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

부울 값입니다. 파일 정보를 덮어쓸 수 있으면 true이고, 그렇지 않으면 false입니다.

locations
RestoreLocation[]

복원할 원격 개체에 대한 RestoreLocations 배열입니다.

security
RestoreSecurity

복원 중인 Roles 개체에 대해 수행할 작업을 지정하는 RestoreSecurity 열거 값입니다.

password
String

복원된 파일을 읽는 데 필요한 암호가 포함된 문자열입니다.

dbStorageLocation
String

데이터베이스 스토리지의 위치입니다.

readWriteMode
ReadWriteMode

데이터베이스의 읽기/쓰기 상태를 설명하는 열거형입니다.

ignoreIncompatibilities
Boolean

복원하는 동안 모델 비호환성을 무시할지 여부입니다.

적용 대상

RestoreInfo(String, String, Boolean)

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

public RestoreInfo (string file, string databaseName, bool allowOverwrite);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

부울 값입니다. 파일 정보를 덮어쓸 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

RestoreInfo(String, String)

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

public RestoreInfo (string file, string databaseName);
new Microsoft.AnalysisServices.RestoreInfo : string * string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

적용 대상

RestoreInfo(String)

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

public RestoreInfo (string file);
new Microsoft.AnalysisServices.RestoreInfo : string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String)

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

적용 대상

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

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

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation())

매개 변수

file
String

해당 정보를 복원할 파일의 이름입니다.

databaseName
String

복원하려는 정보를 추출할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

부울 값입니다. 파일 정보를 덮어쓸 수 있으면 true이고, 그렇지 않으면 false입니다.

locations
RestoreLocation[]

복원할 원격 개체에 대한 RestoreLocations 배열입니다.

적용 대상