DatabaseFileMappingsDictionary.ContainsKey(String) Method
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.
Determines whether this dictionary contains the specified database source file path.
public bool ContainsKey (string sourceFilePath);
override this.ContainsKey : string -> bool
Public Function ContainsKey (sourceFilePath As String) As Boolean
Parameters
- sourceFilePath
- String
Full path to the source database file, including the file name as well.
Returns
true if the dictionary contains this file path; false otherwise.