Membres 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.
Le type DatabaseFileMappingsDictionary expose les membres suivants.
Constructeurs
Nom | 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add | Adds the specified database source file path and its associated database target file path to the dictionary. | |
Clear | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ContainsKey | Determines whether this dictionary contains the specified database source file path. | |
ContainsValue | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetEnumerator | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
GetHashCode | (Hérité de Object.) | |
GetObjectData | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
OnDeserialization | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Remove | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ToString | (Hérité de Object.) | |
TryGetValue | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Comparer | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Count | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Item | Returns the database file mapping information for the specified source file. | |
Keys | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Values | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Add | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Add | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Contains | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Contains | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .CopyTo | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IEnumerable< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .GetEnumerator | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .GetEnumerator | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .IsFixedSize | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .IsReadOnly | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .IsReadOnly | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Item | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Keys | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Keys | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Remove | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Remove | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Values | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Values | (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.) |
Haut de la page
Voir aussi