Класс 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< (Of < ( <'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< (Of < ( <'String, String> ) > ) >.) |
![]() |
Count | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
Item | Returns the database file mapping information for the specified source file. |
![]() |
Keys | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
Values | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Add | Adds the specified database source file path and its associated database target file path to the dictionary. |
![]() |
Clear | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
ContainsKey | Determines whether this dictionary contains the specified database source file path. |
![]() |
ContainsValue | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetEnumerator | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
OnDeserialization | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
Remove | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() |
ToString | (Производный от Object.) |
![]() |
TryGetValue | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Add | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .Add | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Contains | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .Contains | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .CopyTo | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .CopyTo | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IEnumerable< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .GetEnumerator | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .GetEnumerator | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .IsFixedSize | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .IsReadOnly | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .IsReadOnly | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .Item | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Keys | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .Keys | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Remove | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .Remove | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Values | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
![]() ![]() |
IDictionary. . :: . .Values | (Производный от Dictionary< (Of < ( <'String, String> ) > ) >.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)