Partager via


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
Méthode publique 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
Méthode publique Add Adds the specified database source file path and its associated database target file path to the dictionary.
Méthode publique Clear (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Méthode publique ContainsKey Determines whether this dictionary contains the specified database source file path.
Méthode publique ContainsValue (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetObjectData (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique OnDeserialization (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Méthode publique Remove (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Méthode publique ToString (Hérité de Object.)
Méthode publique TryGetValue (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Comparer (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Propriété publique Count (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Propriété publique Item Returns the database file mapping information for the specified source file.
Propriété publique Keys (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Propriété publique Values (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Add (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IDictionary. . :: . .Add (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Contains (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IDictionary. . :: . .Contains (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .CopyTo (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée ICollection. . :: . .CopyTo (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IEnumerable< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .GetEnumerator (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IEnumerable. . :: . .GetEnumerator (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IDictionary. . :: . .GetEnumerator (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée IDictionary. . :: . .IsFixedSize (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .IsReadOnly (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée IDictionary. . :: . .IsReadOnly (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection. . :: . .IsSynchronized (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée IDictionary. . :: . .Item (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Keys (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée IDictionary. . :: . .Keys (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Remove (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IDictionary. . :: . .Remove (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection. . :: . .SyncRoot (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Values (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)
Implémentation d'interface explicitePropriété privée IDictionary. . :: . .Values (Hérité de Dictionary< (Of < ( <'String, String> ) > ) >.)

Haut de la page