DatabaseFileMappingsDictionary Members
Include Protected Members
Include Inherited Members
This class, which is inherited from Dictionary, maps database file paths from the source server to the corresponding target server location that the user specifies.
The DatabaseFileMappingsDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DatabaseFileMappingsDictionary() | This class, which is inherited from Dictionary, maps database file paths from the source server to the corresponding target server location that the user specifies. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(String, String) | Adds the specified database source file path and its associated database target file path to the dictionary. |
![]() |
Clear() | (Inherited from Dictionary<String, String>.) |
![]() |
ContainsKey(String) | Determines whether this dictionary contains the specified database source file path. |
![]() |
ContainsValue(TValue) | (Inherited from Dictionary<String, String>.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | (Inherited from Dictionary<String, String>.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Dictionary<String, String>.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
OnDeserialization(Object) | (Inherited from Dictionary<String, String>.) |
![]() |
Remove(TKey) | (Inherited from Dictionary<String, String>.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
TryGetValue(TKey, TValue%) | (Inherited from Dictionary<String, String>.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Comparer | (Inherited from Dictionary<String, String>.) |
![]() |
Count | (Inherited from Dictionary<String, String>.) |
![]() |
Item[String] | Returns the database file mapping information for the specified source file. |
![]() |
Keys | (Inherited from Dictionary<String, String>.) |
![]() |
Values | (Inherited from Dictionary<String, String>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue>) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.Add(Object, Object) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue>) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.Contains(Object) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
ICollection<KeyValuePair<TKey, TValue>>.CopyTo(array<KeyValuePair<TKey, TValue>[], Int32) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
ICollection.CopyTo(Array, Int32) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator() | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IEnumerable.GetEnumerator() | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.GetEnumerator() | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.IsFixedSize | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.IsReadOnly | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.Item[Object] | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary<TKey, TValue>.Keys | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.Keys | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue>) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.Remove(Object) | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary<TKey, TValue>.Values | (Inherited from Dictionary<String, String>.) |
![]() ![]() |
IDictionary.Values | (Inherited from Dictionary<String, String>.) |
Top
See Also