Класс 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.
Иерархия наследования
System.Object
System.Collections.Generic.Dictionary<String, String>
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<ComVisibleAttribute(False)> _
Public NotInheritable Class DatabaseFileMappingsDictionary _
Inherits Dictionary(Of String, String)
'Применение
Dim instance As DatabaseFileMappingsDictionary
[ComVisibleAttribute(false)]
public sealed class DatabaseFileMappingsDictionary : Dictionary<string, string>
[ComVisibleAttribute(false)]
public ref class DatabaseFileMappingsDictionary sealed : public Dictionary<String^, String^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type DatabaseFileMappingsDictionary =
class
inherit Dictionary<string, string>
end
public final class DatabaseFileMappingsDictionary extends Dictionary<String, String>
Тип DatabaseFileMappingsDictionary обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Comparer | (Производный от Dictionary<String, String>.) | |
Count | (Производный от Dictionary<String, String>.) | |
Item | Returns the database file mapping information for the specified source file. | |
Keys | (Производный от Dictionary<String, String>.) | |
Values | (Производный от Dictionary<String, String>.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Adds the specified database source file path and its associated database target file path to the dictionary. | |
Clear | (Производный от Dictionary<String, String>.) | |
ContainsKey | Determines whether this dictionary contains the specified database source file path. | |
ContainsValue | (Производный от Dictionary<String, String>.) | |
Equals | (Производный от Object.) | |
GetEnumerator | (Производный от Dictionary<String, String>.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Важный элемент безопасности. (Производный от Dictionary<String, String>.) | |
GetType | (Производный от Object.) | |
OnDeserialization | (Производный от Dictionary<String, String>.) | |
Remove | (Производный от Dictionary<String, String>.) | |
ToString | (Производный от Object.) | |
TryGetValue | (Производный от Dictionary<String, String>.) |
В начало
Явные реализации интерфейса
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.