DatabaseFileMappingsDictionary.Item[String] 속성

정의

지정된 데이터베이스 원본 파일 경로와 연결된 값을 가져오거나 설정합니다.

public string this[string sourceFilePath] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(sourceFilePath As String) As String

매개 변수

sourceFilePath
String

파일 이름도 포함하여 원본 데이터베이스 파일의 전체 경로입니다.

속성 값

이 원래 데이터베이스 원본 파일 경로와 연결된 대상 데이터베이스 파일 경로입니다. 지정된 소스 파일 경로를 찾을 수 없으면 get 작업이 System.Collections.Generic.KeyNotFoundException을 throw하고 set 연산은 지정된 소스 파일 경로를 사용하여 새 요소를 만듭니다.

적용 대상