DatabaseFileMappingsDictionary Class
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.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
System.Collections.Generic.Dictionary<TKey, TValue>
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
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. |
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Count | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Item[String] | Returns the database file mapping information for the specified source file. |
![]() | Keys | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Values | (Inherited from Dictionary<TKey, TValue>.) |
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<TKey, TValue>.) |
![]() | ContainsKey(String) | Determines whether this dictionary contains the specified database source file path. |
![]() | ContainsValue(TValue) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from Dictionary<TKey, TValue>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | OnDeserialization(Object) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Remove(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.