DatabaseFileMappingsDictionary.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value associated with the specified database source file path.
public string this[string sourceFilePath] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(sourceFilePath As String) As String
Parameters
- sourceFilePath
- String
Full path to the source database file, including the file name as well.
Property Value
The target database file path associated with this original database source file path. If the specified source file path is not found, a get operation throws a System.Collections.Generic.KeyNotFoundException, and a set operation creates a new element with the specified source file path.