다음을 통해 공유


JsonScripter.ScriptRestore 메서드

정의

오버로드

ScriptRestore(RestoreInfo)

지정된 테이블 형식 데이터베이스 복원 정보를 복원 명령으로 스크립팅합니다.

ScriptRestore(String, String)

지정된 백업 위치를 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode)

지정된 백업 위치 및 추가 선택적 설정을 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity)

지정된 백업 위치 및 추가 선택적 설정을 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity, Nullable<Boolean>)

지정된 백업 위치 및 추가 선택적 설정을 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

ScriptRestore(RestoreInfo)

지정된 테이블 형식 데이터베이스 복원 정보를 복원 명령으로 스크립팅합니다.

public static string ScriptRestore (Microsoft.AnalysisServices.RestoreInfo restoreInfo);
static member ScriptRestore : Microsoft.AnalysisServices.RestoreInfo -> string
Public Shared Function ScriptRestore (restoreInfo As RestoreInfo) As String

매개 변수

restoreInfo
RestoreInfo

데이터베이스 복원을 수행하기 위한 정보 및 옵션입니다.

반환

String 복원 명령을 포함하는 입니다.

적용 대상

ScriptRestore(String, String)

지정된 백업 위치를 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

public static string ScriptRestore (string filePath, string databaseName);
static member ScriptRestore : string * string -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String) As String

매개 변수

filePath
String

복원할 파일의 위치입니다.

databaseName
String

복원할 데이터베이스의 이름입니다.

반환

String 복원 명령을 포함하는 입니다.

적용 대상

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode)

지정된 백업 위치 및 추가 선택적 설정을 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

public static string ScriptRestore (string filePath, string databaseName, bool allowOverwrite, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode);
static member ScriptRestore : string * string * bool * string * string * Microsoft.AnalysisServices.ReadWriteMode -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String, allowOverwrite As Boolean, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode) As String

매개 변수

filePath
String

복원할 파일의 위치입니다.

databaseName
String

복원할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

True이면 데이터베이스를 덮어써야 합니다. 그렇지 않으면 false입니다.

password
String

복원 파일의 암호를 해독하는 데 사용할 암호입니다.

dbStorageLocation
String

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

readWriteMode
ReadWriteMode

데이터베이스의 읽기/쓰기 모드입니다.

반환

String 복원 명령을 포함하는 입니다.

적용 대상

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity)

지정된 백업 위치 및 추가 선택적 설정을 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

public static string ScriptRestore (string filePath, string databaseName, bool allowOverwrite, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode, Microsoft.AnalysisServices.RestoreSecurity restoreSecurity);
static member ScriptRestore : string * string * bool * string * string * Microsoft.AnalysisServices.ReadWriteMode * Microsoft.AnalysisServices.RestoreSecurity -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String, allowOverwrite As Boolean, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode, restoreSecurity As RestoreSecurity) As String

매개 변수

filePath
String

복원할 파일의 위치입니다.

databaseName
String

복원할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

True이면 데이터베이스를 덮어써야 합니다. 그렇지 않으면 false입니다.

password
String

복원 파일의 암호를 해독하는 데 사용할 암호입니다.

dbStorageLocation
String

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

readWriteMode
ReadWriteMode

데이터베이스의 읽기/쓰기 모드입니다.

restoreSecurity
RestoreSecurity

데이터베이스 복원에 대한 보안 옵션입니다.

반환

String 복원 명령을 포함하는 입니다.

적용 대상

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity, Nullable<Boolean>)

지정된 백업 위치 및 추가 선택적 설정을 사용하여 지정된 테이블 형식 데이터베이스 정보를 Restore 명령에 스크립팅합니다.

public static string ScriptRestore (string filePath, string databaseName, bool allowOverwrite, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode, Microsoft.AnalysisServices.RestoreSecurity restoreSecurity, bool? ignoreIncompatibilities);
static member ScriptRestore : string * string * bool * string * string * Microsoft.AnalysisServices.ReadWriteMode * Microsoft.AnalysisServices.RestoreSecurity * Nullable<bool> -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String, allowOverwrite As Boolean, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode, restoreSecurity As RestoreSecurity, ignoreIncompatibilities As Nullable(Of Boolean)) As String

매개 변수

filePath
String

복원할 파일의 위치입니다.

databaseName
String

복원할 데이터베이스의 이름입니다.

allowOverwrite
Boolean

True이면 데이터베이스를 덮어써야 합니다. 그렇지 않으면 false입니다.

password
String

복원 파일의 암호를 해독하는 데 사용할 암호입니다.

dbStorageLocation
String

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

readWriteMode
ReadWriteMode

데이터베이스의 읽기/쓰기 모드입니다.

restoreSecurity
RestoreSecurity

데이터베이스 복원에 대한 보안 옵션입니다.

ignoreIncompatibilities
Nullable<Boolean>

True이면 복원 중에 비호환성을 무시해야 합니다. 그렇지 않으면 false입니다.

반환

String 복원 명령을 포함하는 입니다.

적용 대상